mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
docker-compose is now functional
added a cronjob in the pyShelf container to update the Books directory every 5 minutes went back to using a variable for the exposed port
This commit is contained in:
3
docker/docker-compose.yml
vendored
3
docker/docker-compose.yml
vendored
@@ -13,8 +13,9 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
volumes:
|
||||
- "${LOCAL_BOOK_DIR}:/usr/src/app/Books"
|
||||
- "./cron/root:/etc/crontabs/root"
|
||||
ports:
|
||||
- "8088:8000"
|
||||
- "${PORT}:8000"
|
||||
links:
|
||||
- "db:db"
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user