Chargement...
Chargement...
services:
web:
image: "nginx:alpine"
ports:
- "80:80"
volumes:
- "./html:/usr/share/nginx/html"
db:
image: "postgres:15"
environment:
POSTGRES_DB: epsight
POSTGRES_PASSWORD: secret