chore: init de la config du frontend sur docker compose

This commit is contained in:
ineszang
2026-09-15 16:10:18 +02:00
parent b8f806518f
commit b300be5186
+13
View File
@@ -43,5 +43,18 @@ services:
- "${BACKEND_PORT:-8000}:8000"
restart: unless-stopped
frontend:
build: ./apps/frontend
# si backend fonctionnel
depends_on:
backend:
condition: service_healthy
environment:
ports:
- "${FRONTEND_PORT:-3000}:80"
restart: unless-stopped
volumes:
pgdata: