pangea pilot: another error on port idhub2
This commit is contained in:
parent
87dcf44f0e
commit
6ed7b600da
|
@ -78,7 +78,7 @@ services:
|
||||||
- ALLOWED_HOSTS=${IDHUB_ALLOWED_HOSTS:-*}
|
- ALLOWED_HOSTS=${IDHUB_ALLOWED_HOSTS:-*}
|
||||||
- STATIC_ROOT=${IDHUB_STATIC_ROOT:-/static/}
|
- STATIC_ROOT=${IDHUB_STATIC_ROOT:-/static/}
|
||||||
- MEDIA_ROOT=${IDHUB_MEDIA_ROOT:-/media/}
|
- MEDIA_ROOT=${IDHUB_MEDIA_ROOT:-/media/}
|
||||||
- PORT=${IDHUB_PORT:-9001}
|
- PORT=${IDHUB_PORT:-9002}
|
||||||
- DJANGO_SUPERUSER_USERNAME=${IDHUB_USER}
|
- DJANGO_SUPERUSER_USERNAME=${IDHUB_USER}
|
||||||
- DJANGO_SUPERUSER_PASSWORD=${IDHUB_PASSWD}
|
- DJANGO_SUPERUSER_PASSWORD=${IDHUB_PASSWD}
|
||||||
- DJANGO_SUPERUSER_EMAIL=${IDHUB_EMAIL}
|
- DJANGO_SUPERUSER_EMAIL=${IDHUB_EMAIL}
|
||||||
|
|
Reference in New Issue