mirror of
https://github.com/arthur-pbty/syncfilm.git
synced 2026-06-06 22:44:17 +02:00
Ajout de la directive de redémarrage pour le service app dans docker-compose.yml
This commit is contained in:
@@ -7,6 +7,7 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "${PORT:-3000}:${PORT:-3000}" # Map the container port to the host port
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- NODE_ENV=${NODE_ENV:-production}
|
||||
- PORT=${PORT:-3000}
|
||||
|
||||
Reference in New Issue
Block a user