Set DJANGO_DB_HOST for django-cas-server
This commit is contained in:
parent
81adfea334
commit
c061c87420
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM python:3-buster
|
|||
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
ENV DJANGO_DB_NAME=cas
|
||||
ENV DJANGO_DB_HOST=postgres
|
||||
ENV DJANGO_DB_HOST=bdd-ovh.adm.auro.re
|
||||
ENV DJANGO_DB_USER=cas
|
||||
ENV DJANGO_HOST=cas.auro.re
|
||||
ENV DJANGO_CAS_LDAP_SERVER=10.128.0.21
|
||||
|
|
Loading…
Reference in a new issue