Updated pds variables

This commit is contained in:
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,5 @@
services:
application:
pds:
image: ghcr.io/bluesky-social/pds:0.4
restart: {{docker_restart_policy}}
ports:
@@ -43,6 +43,21 @@ services:
{% 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
# 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/compose/volumes.yml.j2' %}