We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 218c3a7 commit 61d9550Copy full SHA for 61d9550
.env.example
@@ -66,4 +66,8 @@ CITIZEN_LOGIN_API_VALIDATOR=system.utils.always_validate_citizen
66
POSTGRES_USER=bpc
67
68
# Password for PostgreSQL
69
-POSTGRES_PASSWORD=bpc
+POSTGRES_PASSWORD=bpc
70
+
71
+# Uncomment if Django is behind a proxy
72
+# USE_X_FORWARDED_HOST = True
73
+# SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
compose.yml
@@ -5,7 +5,6 @@ services:
5
- .env
6
volumes:
7
- admin-media:/media
8
- - ./settings.py:/code/admin_site/os2borgerpc_admin/settings.py:ro
9
depends_on:
10
- db
11
ports:
settings.py
0 commit comments