Compare commits

..

No commits in common. "5467aeeb0aaaf68e5733329e275e57473257fca7" and "e24741150eb02d3173e2d9367f4a5ee6036a9b3e" have entirely different histories.

2 changed files with 2 additions and 13 deletions

View File

@ -1,8 +1,8 @@
import os
from werkzeug.security import generate_password_hash
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", "/library")
CONTENT_BASE_DIR = os.getenv("CONTENT_BASE_DIR", "/home/drudoo/ComicsTest/Comics")
TEENYOPDS_ADMIN_PASSWORD = os.getenv("TEENYOPDS_ADMIN_PASSWORD", None)
users = {}

View File

@ -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'