mirror of
https://github.com/tiennm99/coolify.git
synced 2026-05-13 16:58:10 +00:00
Add environment variables for HASHIDS configuration
This fixes the databases not loading on server(500)
This commit is contained in:
@@ -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}'
|
||||
|
||||
Reference in New Issue
Block a user