This commit is contained in:
Michael Grote 2024-05-31 14:52:51 +02:00
parent fcebd87e3a
commit eadf846768

View file

@ -103,10 +103,12 @@ services:
volumes:
- app-ldap:/var/www/html
- data-ldap:/var/www/html/data
# hook-script nach install welches die ldap-config setzt
# hook-script nach install welches die ldap-config setzt, je einmal nach install und vor starten
- ./ldap.sh:/docker-entrypoint-hooks.d/post-installation/ldap.sh
- ./ldap.sh:/docker-entrypoint-hooks.d/before-starting/ldap.sh
# weitere scripte
- ./misc.sh:/docker-entrypoint-hooks.d/post-installation/misc.sh
- ./misc.sh:/docker-entrypoint-hooks.d/before-starting/misc.sh
networks:
- intern
- traefik