fix docker networking, and use app internal state instead of globals

This commit is contained in:
2024-12-02 11:01:59 +01:00
parent a0adb644df
commit 3bc9d80cdf
2 changed files with 54 additions and 30 deletions

View File

@@ -3,3 +3,4 @@ services:
build: .
ports:
- "8000:8000"
network_mode: host