mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Removed postgres from bluesky due to missing support
This commit is contained in:
		| @@ -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: | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user