edited docker config

This commit is contained in:
2025-11-30 21:21:21 +01:00
parent 1f12bc8839
commit f82efecb8c

View File

@@ -3,7 +3,6 @@ services:
container_name: borrow_system-usr-frontend container_name: borrow_system-usr-frontend
networks: networks:
- proxynet - proxynet
- borrow_system-internal
build: ./FrontendV2 build: ./FrontendV2
ports: ports:
- "8101:80" - "8101:80"
@@ -23,7 +22,6 @@ services:
container_name: borrow_system-backend_v2 container_name: borrow_system-backend_v2
networks: networks:
- proxynet - proxynet
- borrow_system-internal
build: ./backendV2 build: ./backendV2
ports: ports:
- "8102:8102" - "8102:8102"
@@ -40,7 +38,7 @@ services:
mysql_v2: mysql_v2:
container_name: borrow_system-mysql-v2 container_name: borrow_system-mysql-v2
networks: networks:
- borrow_system-internal - proxynet
image: mysql:8.0 image: mysql:8.0
restart: unless-stopped restart: unless-stopped
environment: environment:
@@ -58,5 +56,3 @@ volumes:
networks: networks:
proxynet: proxynet:
external: true external: true
borrow_system-internal:
external: true