Docker compose. dev.yml erstellt

This commit is contained in:
Nirodan
2025-06-17 10:43:22 +02:00
parent 2961081c06
commit b6399f8b52
3 changed files with 15 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
tools:
build:
context: .
dockerfile: Dockerfile
ports:
- "5000:5000"
volumes:
- ./backend:/backend
- ./frontend:/frontend
- ./backend/config:/config
working_dir: /app/backend
command: python app.py