secured backend -> made backend internal accessable

This commit is contained in:
2026-01-16 17:07:56 +01:00
parent 5546401aa4
commit 9963731b10
4 changed files with 8 additions and 13 deletions

View File

@@ -16,8 +16,6 @@ services:
backend_v2:
container_name: borrow_system-backend_v2
build: ./backendV2
ports:
- "8004:8004"
environment:
NODE_ENV: production
DB_HOST: mysql_v2