databasus for backup, fix mam login issues
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user