Initial commit from upstream

This commit is contained in:
zyphlar
2026-02-25 10:25:48 -08:00
commit 6e009db18c
21 changed files with 5339 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
version: '3.8'
services:
web:
build:
context: .
pull: true
ports:
- "5000:5000"
volumes:
- ./data:/data
environment:
- FLASK_ENV=development
restart: unless-stopped