mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Added cron to the Dockerfile as temporary fix until we have periodic file scanning in the backend
This commit is contained in:
5
docker/development.docker-compose.yml
vendored
5
docker/development.docker-compose.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user