pangea pilot: another error on port idhub2

This commit is contained in:
pedro 2024-01-26 04:25:44 +01:00
parent 87dcf44f0e
commit 6ed7b600da
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ services:
- ALLOWED_HOSTS=${IDHUB_ALLOWED_HOSTS:-*}
- STATIC_ROOT=${IDHUB_STATIC_ROOT:-/static/}
- MEDIA_ROOT=${IDHUB_MEDIA_ROOT:-/media/}
- PORT=${IDHUB_PORT:-9001}
- PORT=${IDHUB_PORT:-9002}
- DJANGO_SUPERUSER_USERNAME=${IDHUB_USER}
- DJANGO_SUPERUSER_PASSWORD=${IDHUB_PASSWD}
- DJANGO_SUPERUSER_EMAIL=${IDHUB_EMAIL}