ci: fix port container
Deploy Backendia / deploy (push) Successful in 3s

This commit is contained in:
streaper2
2026-08-26 08:28:21 +02:00
parent 5d7d5e6b54
commit e111f76731
+3 -2
View File
@@ -1,3 +1,5 @@
name: backendia
services:
backendia:
build:
@@ -6,8 +8,7 @@ services:
container_name: backendia-prod
restart: unless-stopped
ports:
# Port local 3005 (non utilisé par YunoHost) vers port 3000 du conteneur
- "127.0.0.1:3005:3000"
- "3005:3000"
environment:
- NODE_ENV=production
- PORT=3000