This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
name: backendia
|
||||||
|
|
||||||
services:
|
services:
|
||||||
backendia:
|
backendia:
|
||||||
build:
|
build:
|
||||||
@@ -6,8 +8,7 @@ services:
|
|||||||
container_name: backendia-prod
|
container_name: backendia-prod
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
# Port local 3005 (non utilisé par YunoHost) vers port 3000 du conteneur
|
- "3005:3000"
|
||||||
- "127.0.0.1:3005:3000"
|
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
- PORT=3000
|
- PORT=3000
|
||||||
|
|||||||
Reference in New Issue
Block a user