Fix authentication problem

This commit is contained in:
2024-06-23 22:50:10 +02:00
parent 2dfd6fbbc8
commit bfe735fbc1
10 changed files with 27 additions and 15 deletions

View File

@@ -1,14 +1,25 @@
services:
app:
build: .
ports:
- "8000:8000"
network_mode: host
restart: unless-stopped
volumes:
- sqlite-database:/app/database
working_dir: /app
command: sh ./run_production_server.sh
environment:
- VIRTUAL_HOST=planner.propedal.duckdns.org
- LETSENCRYPT_HOST=planner.propedal.duckdns.org
- LETSENCRYPT_EMAIL=struebin.patrick@gmail.com
- VIRTUAL_PORT=8001
- NETWORK_ACCESS=external
networks:
- reverseproxy_default
- default
volumes:
sqlite-database:
sqlite-database:
networks:
reverseproxy_default:
external: true