Luca Andrea Rossi 19f72e8ea2 docs(docker-compose): add restart policy to postgres in basic example преди 1 месец
..
Caddyfile 519fbcf581 Add few Docker Compose examples преди 5 години
README.md a1593b8942 Run the application in one command преди 3 години
basic.yml 19f72e8ea2 docs(docker-compose): add restart policy to postgres in basic example преди 1 месец
caddy.yml 18cd544fab chore(contrib): update postgres volume path in Docker Compose sample files преди 5 месеца
traefik.yml 18cd544fab chore(contrib): update postgres volume path in Docker Compose sample files преди 5 месеца

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