fix(service): bluesky pds invite code doesn't generate (#8081)

This commit is contained in:
Cynthia Ebert 2026-02-03 22:12:21 +01:00 committed by GitHub
parent cf850bdf3e
commit 4967628a89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ services:
- pds-data:/pds
environment:
- SERVICE_URL_PDS_3000
- 'PDS_HOSTNAME=${SERVICE_FQDN_PDS_3000}'
- 'PDS_HOSTNAME=${SERVICE_FQDN_PDS}'
- 'PDS_JWT_SECRET=${SERVICE_HEX_32_JWTSECRET}'
- 'PDS_ADMIN_PASSWORD=${SERVICE_PASSWORD_ADMIN}'
- 'PDS_ADMIN_EMAIL=${PDS_ADMIN_EMAIL}'