databasus for backup, fix mam login issues

This commit is contained in:
2026-01-12 19:26:39 +01:00
parent b71bdcaad6
commit 53070e9667
5 changed files with 40 additions and 11 deletions

View File

@@ -3,10 +3,11 @@
# Here I will include all "child" docker compose files that I need.
# The paths can relative to this file or absolue. I've used INCLUDE_PATH variable to make it more cofigurable.
# Whenever I need to remove some service then I can comment out the lines here.
# Whenever I need to remove some service then I can comment out the lines here.
include:
- path:
- ${DB_PATH}/adminer/adminer.yml
- ${DB_PATH}/databasus/databasus.yml
- ${DB_PATH}/lldap/lldap.yml
- ${DB_PATH}/mariadb/mariadb.yml
- ${DB_PATH}/postgres/postgres.yml
@@ -77,7 +78,7 @@ networks:
enable_ipv6: true
ipam:
driver: default
# config:
# config:
# # - subnet: "2a04:ee41:86:9397::/64"
# - subnet: "2001:db8:2:/64"
# - gateway: "2001:db8:2::1"