Files
pyShelf/docker/.env
Tony Hendrick 0876b3953b 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
2020-05-14 11:29:50 -07:00

7 lines
211 B
Bash
Vendored

LOCAL_BOOK_DIR=~/Books #This directory will be craeted otherwise link to the directory containing your .epub files
PORT=8088
POSTGRES_VER=12.2
POSTGRES_USER=pyshelf
POSTGRES_PASSWORD=pyshelf
POSTGRES_DB=pyshelf