updated conf

This commit is contained in:
2026-01-27 10:49:59 +01:00
parent df3802ff50
commit bdb8f9bb64
4 changed files with 9 additions and 11 deletions

View File

@@ -4,8 +4,6 @@ services:
build: ./frontend
networks:
- proxynet
ports:
- "7002:80"
restart: unless-stopped
backend:
@@ -13,8 +11,6 @@ services:
build: ./backend
networks:
- proxynet
ports:
- "7001:7001"
volumes:
- ./backend:/bikelane-backend
restart: unless-stopped