From 4967628a8902cf319a059a3fcc54a207b3988888 Mon Sep 17 00:00:00 2001 From: Cynthia Ebert <54354036+Cinzya@users.noreply.github.com> Date: Tue, 3 Feb 2026 22:12:21 +0100 Subject: [PATCH] fix(service): bluesky pds invite code doesn't generate (#8081) --- templates/compose/bluesky-pds.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/bluesky-pds.yaml b/templates/compose/bluesky-pds.yaml index 3ddc9d608..de764f08c 100644 --- a/templates/compose/bluesky-pds.yaml +++ b/templates/compose/bluesky-pds.yaml @@ -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}'