feat(templates): add Bluesky PDS service template and update compose file with new environment variable

This commit is contained in:
Andras Bacsai
2025-08-12 10:07:46 +02:00
parent fa2ba89dc7
commit f9d5592094
2 changed files with 14 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ services:
volumes:
- ./pds-data:/pds
environment:
- SERVICE_FQDN_PDS_3000
- SERVICE_URL_PDS_3000
- PDS_HOSTNAME=${SERVICE_URL_PDS}
- PDS_JWT_SECRET=${SERVICE_PASSWORD_JWT_SECRET}
- PDS_ADMIN_PASSWORD=${SERVICE_PASSWORD_ADMIN}