fixed backend and frontend

This commit is contained in:
2026-05-23 12:34:08 +02:00
parent 51a34771a5
commit 36e2611aab
2 changed files with 10 additions and 9 deletions
+9 -8
View File
@@ -5,11 +5,12 @@ services:
ports:
- "7002:80"
restart: always
# backend:
# container_name: backend
# build: ./backend
# ports:
# - "7001:7001"
#volumes:
# - ./backend:/bikelane-backend
# restart: unless-stopped
backend:
container_name: backend
build: ./backend
ports:
- "7001:7001"
volumes:
- ./backend:/bikelane-backend
restart: unless-stopped