Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/discourse/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
W9_POWER_PASSWORD='o75EXJ!zWUjVPRri'
W9_REPO=bitnami/discourse
W9_REPO=bitnamilegacy/discourse
W9_VERSION='3.4.5'
W9_DIST='community'

Expand Down
4 changes: 2 additions & 2 deletions apps/discourse/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
command: /opt/bitnami/scripts/discourse-sidekiq/run.sh

postgresql:
image: bitnami/postgresql:16
image: bitnamilegacy/postgresql:16
container_name: $W9_ID-postgresql
volumes:
- 'postgresql_data:/bitnami/postgresql'
Expand All @@ -43,7 +43,7 @@ services:
- POSTGRESQL_PASSWORD=$W9_RCODE

redis:
image: bitnami/redis:7.0
image: bitnamilegacy/redis:7.0
container_name: $W9_ID-redis
environment:
# ALLOW_EMPTY_PASSWORD is recommended only for development.
Expand Down