Compare commits

...
1 Commits
Author SHA1 Message Date
theis.gaedigk 8389eda7b1 adjust network config 2026-08-12 12:57:18 +02:00
+12 -7
View File
@@ -2,21 +2,24 @@ services:
demo_usr_frontend: demo_usr_frontend:
container_name: demo_borrow_system-usr-frontend container_name: demo_borrow_system-usr-frontend
networks: networks:
- proxynet proxynet:
ipv4_address: 172.20.0.14
build: ./FrontendV2 build: ./FrontendV2
restart: unless-stopped restart: unless-stopped
demo_admin_frontend: demo_admin_frontend:
container_name: demo_borrow_system-admin-frontend container_name: demo_borrow_system-admin-frontend
networks: networks:
- proxynet proxynet:
ipv4_address: 172.20.0.11
build: ./admin build: ./admin
restart: unless-stopped restart: unless-stopped
demo_backend_v2: demo_backend_v2:
container_name: demo_borrow_system-backend_v2 container_name: demo_borrow_system-backend_v2
networks: networks:
- proxynet proxynet:
ipv4_address: 172.20.0.2
build: ./backendV2 build: ./backendV2
environment: environment:
NODE_ENV: production NODE_ENV: production
@@ -31,7 +34,8 @@ services:
demo_mysql_v2: demo_mysql_v2:
container_name: demo_borrow_system-mysql-v2 container_name: demo_borrow_system-mysql-v2
networks: networks:
- proxynet proxynet:
ipv4_address: 172.20.0.10
image: mysql:8.0 image: mysql:8.0
restart: unless-stopped restart: unless-stopped
environment: environment:
@@ -43,9 +47,10 @@ services:
- ./mysql-timezone.cnf:/etc/mysql/conf.d/timezone.cnf:ro - ./mysql-timezone.cnf:/etc/mysql/conf.d/timezone.cnf:ro
no-as-a-service: no-as-a-service:
container_name: borrow_system-naas container_name: demo_borrow_system-naas
ports: networks:
- "3000:3000" proxynet:
ipv4_address: 172.20.0.31
build: build:
context: ./no-as-a-service context: ./no-as-a-service
dockerfile: Dockerfile dockerfile: Dockerfile