Updated pds variables

This commit is contained in:
Kevin Veen-Birkenbach 2025-01-17 12:56:32 +01:00
parent 4ea66bfc76
commit 4bfbb94609
2 changed files with 19 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# DRAFT role docker-bluesky # DRAFT role docker-bluesky
UPtIn/VqlSyN4a8jO7FtwUxFqcHP5yqCXEzcDCRxRrvf1DPDtuPz7RS8yZ4GQq8K
CT+h2/EdjnMrdIcaPa1XRw==
jtEVJfLEfonUNkFhBsThHXAFhBI2f2u5fwLxCaXuXYvTrRIMl3ju1TTEzrGNw4cYsxdUZ4+4HDx5dkpGzd3HGA==
## more information ## more information
- https://therobbiedavis.com/selfhosting-bluesky-with-docker-and-swag/ - https://therobbiedavis.com/selfhosting-bluesky-with-docker-and-swag/
- https://cprimozic.net/notes/posts/notes-on-self-hosting-bluesky-pds-alongside-other-services/ - https://cprimozic.net/notes/posts/notes-on-self-hosting-bluesky-pds-alongside-other-services/

View File

@ -1,5 +1,5 @@
services: services:
application: pds:
image: ghcr.io/bluesky-social/pds:0.4 image: ghcr.io/bluesky-social/pds:0.4
restart: {{docker_restart_policy}} restart: {{docker_restart_policy}}
ports: ports:
@ -43,6 +43,21 @@ services:
{% include 'templates/docker/container/networks.yml.j2' %} {% include 'templates/docker/container/networks.yml.j2' %}
{% include 'templates/docker/container/depends-on-just-database.yml.j2' %} {% include 'templates/docker/container/depends-on-just-database.yml.j2' %}
# Deactivated for the moment @see https://github.com/bluesky-social/social-app
# bluesky-app:
# image: ghcr.io/bluesky-social/app:latest # Beispiel-App-Image
# restart: always
# ports:
# - "8080:8080"
# environment:
# # Verbindung zur PDS-Instanz
# REACT_APP_PDS_URL: "http://application:3000" # URL des PDS
# REACT_APP_API_URL: "http://application:3000" # API-URL des PDS
# REACT_APP_SITE_NAME: "Bluesky"
# REACT_APP_SITE_DESCRIPTION: "Dezentrales Soziales Netzwerk"
# depends_on:
# - application
{% include 'templates/docker/services/' + database_type + '.yml.j2' %} {% include 'templates/docker/services/' + database_type + '.yml.j2' %}
{% include 'templates/docker/compose/volumes.yml.j2' %} {% include 'templates/docker/compose/volumes.yml.j2' %}