Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit 90ba9da

Browse files
authored
Merge pull request #527 from gabboman/preproduction
Release 2025.08.01 (FINAL GITHUB RELEASE)
2 parents 2feb565 + 1a5347e commit 90ba9da

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+10334
-11017
lines changed

docker-compose.advanced.metrics.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ services:
3030

3131
ENABLE_BSKY: ${ENABLE_BSKY}
3232
PDS_DOMAIN_NAME: ${PDS_DOMAIN_NAME}
33+
PDS_JWT_SECRET: ${PDS_JWT_SECRET}
34+
PDS_ADMIN_PASSWORD: ${PDS_ADMIN_PASSWORD}
3335

3436
USE_WORKERS: false
3537
LOG_SQL_QUERIES: ${LOG_SQL_QUERIES:-}

docker-compose.advanced.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ services:
3030

3131
ENABLE_BSKY: ${ENABLE_BSKY}
3232
PDS_DOMAIN_NAME: ${PDS_DOMAIN_NAME}
33+
PDS_JWT_SECRET: ${PDS_JWT_SECRET}
34+
PDS_ADMIN_PASSWORD: ${PDS_ADMIN_PASSWORD}
3335

3436
USE_WORKERS: false
3537
LOG_SQL_QUERIES: ${LOG_SQL_QUERIES:-}

docker-compose.simple.metrics.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ services:
3030

3131
ENABLE_BSKY: ${ENABLE_BSKY}
3232
PDS_DOMAIN_NAME: ${PDS_DOMAIN_NAME}
33+
PDS_JWT_SECRET: ${PDS_JWT_SECRET}
34+
PDS_ADMIN_PASSWORD: ${PDS_ADMIN_PASSWORD}
3335

3436
USE_WORKERS: true
3537
LOG_SQL_QUERIES: ${LOG_SQL_QUERIES:-}

docker-compose.simple.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ services:
3030

3131
ENABLE_BSKY: ${ENABLE_BSKY}
3232
PDS_DOMAIN_NAME: ${PDS_DOMAIN_NAME}
33+
PDS_JWT_SECRET: ${PDS_JWT_SECRET}
34+
PDS_ADMIN_PASSWORD: ${PDS_ADMIN_PASSWORD}
3335

3436
USE_WORKERS: true
3537
LOG_SQL_QUERIES: ${LOG_SQL_QUERIES:-}

0 commit comments

Comments
 (0)