Update compose: backend+frontend
This commit is contained in:
+7
-1
@@ -1,5 +1,5 @@
|
|||||||
services:
|
services:
|
||||||
app:
|
backend:
|
||||||
build:
|
build:
|
||||||
context: ./backend
|
context: ./backend
|
||||||
dockerfile: Dockerfile.backend
|
dockerfile: Dockerfile.backend
|
||||||
@@ -10,6 +10,12 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- wochenplaner_data:/app/data
|
- wochenplaner_data:/app/data
|
||||||
|
|
||||||
|
frontend:
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: frontend/Dockerfile
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
wochenplaner_data:
|
wochenplaner_data:
|
||||||
driver: local
|
driver: local
|
||||||
|
|||||||
Reference in New Issue
Block a user