Important
Keep index.md in the root in sync with me!
My tested Dockerfiles, docker compose files, and Kubernetes setup are all in this repo. I try to keep them up to date. Consider giving this repo a star if it was helpful to you so it can reaches more devs such as yourself.
- 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
Dockerfiles &docker-compose.ymlfiles in the main branch - You can find more
docker-compose.ymlfiles in the docker-compose branch - You can see my latest
Dockerfiles in the dockerfile branch
Feel free to open issues on this repo.