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

View File

@@ -1,11 +1,12 @@
version: "3.7"
# This file is used to test the docker image. To host pyShelf yourself for
# This file is used to test the Dockerhub image. To host pyShelf yourself for
# production, please use the official pyShelf image on
# https://hub.docker.com/r/pyshelf/pyshelf
# For development, use the following command in the root folder:
# `docker-compose -f .\docker\development.docker-compose.yml up --build`
#
# docker-compose -f .\docker\development.docker-compose.yml up --build
services:
db: