Removed postgres from bluesky due to missing support

This commit is contained in:
2025-01-17 19:21:10 +01:00
parent 991046eaeb
commit 5648d3d32a
4 changed files with 2 additions and 11 deletions

View File

@@ -8,7 +8,6 @@ services:
# Geben Sie hier Ihre Domain und Konfigurationsdetails an
PDS_HOSTNAME: "{{domain_api}}"
PDS_ADMIN_EMAIL: "{{administrator_email}}"
PDS_DB__POSTGRES__URL: "postgres://{{ database_username }}:{{ database_password }}@{{ database_host }}:5432/{{ database_name }}"
PDS_SERVICE_DID: "did:web:{{domain_api}}"
# See https://mattdyson.org/blog/2024/11/self-hosting-bluesky-pds/
PDS_SERVICE_HANDLE_DOMAINS: ".{{top_domain}}"
@@ -36,7 +35,6 @@ services:
timeout: 10s
retries: 3
{% include 'templates/docker/container/networks.yml.j2' %}
{% include 'templates/docker/container/depends-on-just-database.yml.j2' %}
# Deactivated for the moment @see https://github.com/bluesky-social/social-app
web:
@@ -61,9 +59,6 @@ services:
timeout: 10s
retries: 3
{% include 'templates/docker/services/' + database_type + '.yml.j2' %}
{% include 'templates/docker/compose/volumes.yml.j2' %}
pds_data: