Update docker-compose.yaml

This commit is contained in:
louis-antoine-etsmtl 2024-04-05 13:51:28 -04:00 committed by GitHub
parent 8fe2f2ad35
commit b0ff1f6531
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,13 +3,13 @@ version: '3'
services: services:
frontend: frontend:
image: evaluetonsavoir/EvalueTonSavoir-frontend:latest image: evaluetonsavoir/evaluetonsavoir-frontend:latest
container_name: frontend container_name: frontend
ports: ports:
- "5173:5173" - "5173:5173"
backend: backend:
image: evaluetonsavoir/EvalueTonSavoir-backend:latest image: evaluetonsavoir/evaluetonsavoir-backend:latest
container_name: backend container_name: backend
ports: ports:
- "3000:3000" - "3000:3000"
@ -27,7 +27,7 @@ services:
# Ce conteneur sert de routeur pour assurer le bon fonctionnement de l'application # Ce conteneur sert de routeur pour assurer le bon fonctionnement de l'application
nginx: nginx:
image: evaluetonsavoir/EvalueTonSavoir-router:latest image: evaluetonsavoir/evaluetonsavoir-router:latest
container_name: nginx container_name: nginx
ports: ports:
- "80:80" - "80:80"