Added cron to the Dockerfile as temporary fix until we have periodic file scanning in the backend

This commit is contained in:
MartenBE
2020-08-09 15:51:24 +02:00
parent ffb649747c
commit 7bbe8c900d
6 changed files with 35 additions and 14 deletions

1
docker/config.json vendored Normal file
View File

@@ -0,0 +1 @@
{"TITLE": "pyShelf E-Book Server", "VERSION": "Docker", "BOOKPATH": "/books", "DB_HOST": "db", "DB_PORT": "5432", "DATABASE": "pyshelf", "USER": "pyshelf", "PASSWORD": "pyshelf", "BOOKSHELF": "data/shelf.json", "ALLOWED_HOSTS": "*", "SECRET": ""}