Add Docker support with Dockerfile and entrypoint.
Some checks failed
Docker / build (push) Failing after 25s
Some checks failed
Docker / build (push) Failing after 25s
This commit is contained in:
parent
faf880a236
commit
914d0edc6b
8 changed files with 118 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue