This commit is contained in:
Sönke Domröas
2026-02-03 13:10:44 +01:00
parent 7d49c0b0b0
commit a9c922db9d
4 changed files with 10 additions and 86 deletions

View File

@@ -1 +1 @@
ADMIN_PW_DAILYTXT=asd
ADMIN_PW_DAILYTXT="Diavid9600"

View File

@@ -7,7 +7,7 @@ services:
- .env
environment:
# That's the internal container-port. You can actually use any portnumber (must match with the one at 'ports')
- PORT=8314
- PORT=8317
- SECRET_KEY="O+EuLJXNAIxIT7puvNU5KVC4sh3JPRorTMCDRAkekho="
# Set it to False or remove the line completely to disallow registration of new users.
- ALLOW_REGISTRATION=True
@@ -19,8 +19,8 @@ services:
- ENABLE_UPDATE_CHECK=True
- ADMIN_PASSWORD=${ADMIN_PW_DAILYTXT}
ports:
- "8314:8765"
- "8317:8765"
# perhaps you only want:
# "<host_port>:8765"
volumes:
- "/home/soenke/docker-data/dailytxt/:/app/data/"
- "/home/soenke/docker-data/dailytxt/:/app/data/"