Update compose: backend+frontend

This commit is contained in:
2026-06-01 14:21:27 +00:00
parent 913022786d
commit c6a72c68e7
+7 -1
View File
@@ -1,5 +1,5 @@
services:
app:
backend:
build:
context: ./backend
dockerfile: Dockerfile.backend
@@ -10,6 +10,12 @@ services:
volumes:
- wochenplaner_data:/app/data
frontend:
build:
context: .
dockerfile: frontend/Dockerfile
restart: unless-stopped
volumes:
wochenplaner_data:
driver: local