Add Docker support with Dockerfile and entrypoin

This commit is contained in:
krek0 2026-05-03 16:54:46 +02:00
parent a41dfb6f94
commit 64f3b0cdbf
9 changed files with 208 additions and 2 deletions

View file

@ -50,3 +50,6 @@ DB_ENGINE=sqlite
#DB_PASSWORD=
#DB_HOST=localhost
#DB_PORT=5432
# SQLite settings (only used when DB_ENGINE=sqlite)
#DB_PATH=/app/data/db.sqlite3