Add trading cockpit docker compose

This commit is contained in:
2026-05-24 09:32:18 +02:00
parent 0059c1e418
commit 5b1ffa94dd
+15
View File
@@ -0,0 +1,15 @@
services:
trading-web:
build:
context: .
container_name: trading-web
restart: unless-stopped
ports:
- "5050:5050"
environment:
FLASK_HOST: "0.0.0.0"
FLASK_DEBUG: "0"
PORT: "5050"
volumes:
- ./config.json:/app/config.json
- ./data:/app/data