Implemented basic landingpage integration

This commit is contained in:
2025-01-11 15:39:30 +01:00
parent 9cd2424c0e
commit e73da1e2ec
9 changed files with 46 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# This template needs to be included in docker-compose.yml
networks:
{% if enable_central_database | bool %}
{% if enable_central_database | bool and database_type is defined %}
central_{{ database_type }}:
external: true
{% endif %}