Frédéric Guillot 20ec435d6d Move healthcheck from Dockerfile to docker-compose because it's optional %!s(int64=5) %!d(string=hai) anos
..
Caddyfile 519fbcf581 Add few Docker Compose examples %!s(int64=5) %!d(string=hai) anos
README.md 519fbcf581 Add few Docker Compose examples %!s(int64=5) %!d(string=hai) anos
basic.yml 20ec435d6d Move healthcheck from Dockerfile to docker-compose because it's optional %!s(int64=5) %!d(string=hai) anos
caddy.yml bbf93430b7 Add more extensive healthcheck support %!s(int64=5) %!d(string=hai) anos
traefik.yml bbf93430b7 Add more extensive healthcheck support %!s(int64=5) %!d(string=hai) anos

README.md

Docker-Compose Examples

Here are few Docker Compose examples:

  • basic.yml: Basic example
  • caddy.yml: Use Caddy as reverse-proxy with automatic HTTPS
  • traefik.yml: Use Traefik as reverse-proxy with automatic HTTPS

    docker-compose -f basic.yml up -d db
    docker-compose -f basic.yml up