changed ports

This commit is contained in:
2025-08-01 01:09:58 +02:00
parent 8341e50dc8
commit a3df60178b

View File

@@ -2,6 +2,8 @@ services:
# frontend:
# container_name: frontend
# build: ./frontend
# network:
# - proxynet
# ports:
# - "7002:7002"
# environment:
@@ -14,8 +16,14 @@ services:
backend:
container_name: backend
build: ./backend
network:
- proxynet
ports:
- "7001:7001"
volumes:
- ./backend:/bikelane-backend
restart: unless-stopped
networks:
proxynet:
external: true