removed nodejs publish port 5000

This commit is contained in:
doctor 2023-10-01 20:08:52 +02:00
parent e32b25845e
commit 8be4a6d9f8

View File

@ -7,8 +7,6 @@ services:
context: ./app-rappaurio
volumes:
- ./app-rappaurio:/user/src/app
ports:
- "5000:5000"
restart: unless-stopped
nginx: # Service serveur web
@ -22,7 +20,6 @@ services:
- "8888:80"
restart: unless-stopped
db:
image: mariadb:latest
networks: