Compare commits
No commits in common. "5467aeeb0aaaf68e5733329e275e57473257fca7" and "e24741150eb02d3173e2d9367f4a5ee6036a9b3e" have entirely different histories.
5467aeeb0a
...
e24741150e
@ -1,8 +1,8 @@
|
|||||||
import os
|
import os
|
||||||
from werkzeug.security import generate_password_hash
|
from werkzeug.security import generate_password_hash
|
||||||
|
|
||||||
CONTENT_BASE_DIR = os.getenv("CONTENT_BASE_DIR", "/library")
|
#CONTENT_BASE_DIR = os.getenv("CONTENT_BASE_DIR", "/library")
|
||||||
#CONTENT_BASE_DIR = os.getenv("CONTENT_BASE_DIR", "/home/drudoo/ComicsTest/Comics")
|
CONTENT_BASE_DIR = os.getenv("CONTENT_BASE_DIR", "/home/drudoo/ComicsTest/Comics")
|
||||||
|
|
||||||
TEENYOPDS_ADMIN_PASSWORD = os.getenv("TEENYOPDS_ADMIN_PASSWORD", None)
|
TEENYOPDS_ADMIN_PASSWORD = os.getenv("TEENYOPDS_ADMIN_PASSWORD", None)
|
||||||
users = {}
|
users = {}
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
version: '3.3'
|
|
||||||
services:
|
|
||||||
comicopds:
|
|
||||||
image: comicopds
|
|
||||||
container_name: comicopds
|
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
|
||||||
- '5000:5000'
|
|
||||||
volumes:
|
|
||||||
- '/opt/data/Comics/ComicRack:/library:ro'
|
|
||||||
- '${PWD}/:/app'
|
|
Loading…
Reference in New Issue
Block a user