changed ports

This commit is contained in:
2025-11-23 20:12:41 +01:00
parent 451e6b3646
commit 4c781e9325

View File

@@ -6,7 +6,7 @@ services:
- "8101:80" - "8101:80"
restart: unless-stopped restart: unless-stopped
dmin-frontend: admin-frontend:
container_name: borrow_system-admin-frontend container_name: borrow_system-admin-frontend
build: ./admin build: ./admin
ports: ports:
@@ -37,7 +37,7 @@ services:
container_name: borrow_system-backend_v2 container_name: borrow_system-backend_v2
build: ./backendV2 build: ./backendV2
ports: ports:
- "8004:8004" - "8102:8102"
environment: environment:
NODE_ENV: production NODE_ENV: production
DB_HOST: mysql_v2 DB_HOST: mysql_v2