change ip config

This commit is contained in:
2026-08-12 12:15:58 +02:00
parent 5759666ef7
commit 69be60b6e9
+10 -5
View File
@@ -2,21 +2,24 @@ services:
usr-frontend_v2: usr-frontend_v2:
container_name: borrow_system-usr-frontend container_name: borrow_system-usr-frontend
networks: networks:
- proxynet proxynet:
ipv4_address: 172.20.0.6
build: ./FrontendV2 build: ./FrontendV2
restart: unless-stopped restart: unless-stopped
admin-frontend: admin-frontend:
container_name: borrow_system-admin-frontend container_name: borrow_system-admin-frontend
networks: networks:
- proxynet proxynet:
ipv4_address: 172.20.0.3
build: ./admin build: ./admin
restart: unless-stopped restart: unless-stopped
backend_v2: backend_v2:
container_name: borrow_system-backend_v2 container_name: borrow_system-backend_v2
networks: networks:
- proxynet proxynet:
ipv4_address: 172.20.0.5
build: ./backendV2 build: ./backendV2
environment: environment:
NODE_ENV: production NODE_ENV: production
@@ -31,7 +34,8 @@ services:
mysql_v2: mysql_v2:
container_name: borrow_system-mysql-v2 container_name: borrow_system-mysql-v2
networks: networks:
- proxynet proxynet:
ipv4_address: 172.20.0.12
image: mysql:8.0 image: mysql:8.0
restart: unless-stopped restart: unless-stopped
environment: environment:
@@ -45,7 +49,8 @@ services:
no-as-a-service: no-as-a-service:
container_name: borrow_system-naas container_name: borrow_system-naas
networks: networks:
- proxynet proxynet:
ipv4_address: 172.20.0.2
build: build:
context: ./no-as-a-service context: ./no-as-a-service
dockerfile: Dockerfile dockerfile: Dockerfile