Restructure and cleaned up in preparation of new backup logic

This commit is contained in:
2025-07-15 23:51:51 +02:00
parent c8054ffbc3
commit af3ea9039c
106 changed files with 703 additions and 429 deletions

View File

@@ -1,10 +1,8 @@
network: "discourse_default" # Name of the docker network
container: "discourse_application" # Name of the container application
repository: "discourse_repository" # Name of the repository folder
features:
matomo: true
css: true
port-ui-desktop: true
port-ui-desktop: true
oidc: true
central_database: true
ldap: false # @todo implement and activate
@@ -25,4 +23,13 @@ docker:
database:
enabled: true
redis:
enabled: true
enabled: true
# This container is propably wrong name.
# Chance is high that the name is discourse_application.
# @todo check this out and repair it if necessary
discourse:
name: "discourse"
no_stop_required: true
volumes:
data: discourse_data
network: discourse