Add Docker support with Dockerfile and entrypoint
Some checks failed
Docker / build (push) Failing after 1m11s

This commit is contained in:
krek0 2026-05-03 11:17:53 +02:00
parent faf880a236
commit f38b947390
8 changed files with 118 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