add temporary deploy

This commit is contained in:
2026-04-19 13:33:43 +02:00
parent 314fc16b98
commit e7a2719fa1
7 changed files with 286 additions and 69 deletions
+14
View File
@@ -0,0 +1,14 @@
# Runtime
HOST=0.0.0.0
PORT=10000
# In Docker, keep the database inside the mounted /app/data directory.
DATABASE_URL=sqlite:////app/data/app.db
# Host-side persistent data directory
DATA_DIR=./data
# Container user mapping
UID=1000
GID=1000