mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
Merge pull request #3 from louis-antoine-etsmtl/louis-antoine-etsmtl-patch-1
Update docker-compose.yaml
This commit is contained in:
commit
89f741cc3e
1 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue