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