Merge branch 'development' into debian12

This commit is contained in:
2025-11-26 19:32:59 +01:00
7 changed files with 55 additions and 34 deletions

View File

@@ -3,27 +3,13 @@ services:
container_name: weather-frontend
build: ./frontend
ports:
- "7002:7002"
networks:
- proxynet
environment:
- CHOKIDAR_USEPOLLING=true
volumes:
- ./frontend:/app
- /app/node_modules
restart: unless-stopped
backend:
container_name: weather-backend
build: ./backend
networks:
- proxynet
ports:
- "7001:7001"
volumes:
- ./backend:/app
- /app/node_modules
restart: unless-stopped
networks:
proxynet:
external: true
- "7002:80"
restart: always
# backend:
# container_name: backend
# build: ./backend
# ports:
# - "7001:7001"
#volumes:
# - ./backend:/bikelane-backend
# restart: unless-stopped