6703e03ce6
Allowing to override the image used in docker-compose files can allow for richer and more easy local development/debugging sessions. The docker image building process is already using the latest tag anyway, making it really easy to build an image with a (set of) specific commits. Using the above built image with the provided docker-compose files isn't doable without modifications though. Add that support via environmental variables. |
||
---|---|---|
.. | ||
basic.yml | ||
caddy.yml | ||
Caddyfile | ||
README.md | ||
traefik.yml |
Docker-Compose Examples
Here are few Docker Compose examples:
basic.yml
: Basic examplecaddy.yml
: Use Caddy as reverse-proxy with automatic HTTPStraefik.yml
: Use Traefik as reverse-proxy with automatic HTTPS
docker-compose -f basic.yml up -d db
docker-compose -f basic.yml up