Add environment variables for HASHIDS configuration
This fixes the databases not loading on server(500)
This commit is contained in:
parent
9c68d04842
commit
61fe8f1215
1 changed files with 2 additions and 0 deletions
|
|
@ -77,6 +77,8 @@ services:
|
|||
timeout: 1s
|
||||
retries: 3
|
||||
environment:
|
||||
- HASHIDS_SALT=$SERVICE_PASSWORD_HASHIDS
|
||||
- HASHIDS_LENGTH=8
|
||||
- SERVICE_URL_PTERODACTYL_80
|
||||
- 'ADMIN_EMAIL=${ADMIN_EMAIL:-admin@example.com}'
|
||||
- 'ADMIN_USERNAME=${SERVICE_USER_ADMIN}'
|
||||
|
|
|
|||
Loading…
Reference in a new issue