Frédéric Guillot 410b43a787 chore(contrib): update PostgreSQL image from 15 to latest in docker-compose examples il y a 8 mois
..
Caddyfile 519fbcf581 Add few Docker Compose examples il y a 5 ans
README.md a1593b8942 Run the application in one command il y a 3 ans
basic.yml 410b43a787 chore(contrib): update PostgreSQL image from 15 to latest in docker-compose examples il y a 8 mois
caddy.yml 410b43a787 chore(contrib): update PostgreSQL image from 15 to latest in docker-compose examples il y a 8 mois
traefik.yml 410b43a787 chore(contrib): update PostgreSQL image from 15 to latest in docker-compose examples il y a 8 mois

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