mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Updated pds variables
This commit is contained in:
@@ -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' %}
|
||||
|
Reference in New Issue
Block a user