Important
Keep index.md
in the root in sync with me!
My Dockerfiles & docker-compose files that tested
- Passing multiple env file to the docker-compose file -- ref
docker-compose --env-file <(cat "./docker/.env" "./docker/.env.local") up -d
- You can find the tested
Dockerfile
s &docker-compose.yml
files in the main branch - You can find more
docker-compose.yml
files in the docker-compose branch - You can see my latest
Dockerfile
s in the dockerfile branch
Feel free to open issues on this repo.