ajout restartPolicy
This commit is contained in:
parent
d06989c4c6
commit
0bb82bb51f
@ -11,6 +11,7 @@ services:
|
||||
web:
|
||||
image: ltbproject/self-service-password
|
||||
container_name: ${ldapUIName}
|
||||
restart: ${restartPolicy}
|
||||
depends_on:
|
||||
- ldap
|
||||
networks:
|
||||
@ -45,7 +46,7 @@ services:
|
||||
ldap:
|
||||
image: docker.io/bitnami/openldap:2.6
|
||||
container_name: ${ldapServName}
|
||||
restart: always
|
||||
restart: ${restartPolicy}
|
||||
|
||||
env_file:
|
||||
- ../../secret/env-${ldapServName}
|
||||
|
@ -4,6 +4,7 @@ services:
|
||||
image: pahekokaz
|
||||
build: .
|
||||
container_name: ${pahekoServName}
|
||||
restart: ${restartPolicy}
|
||||
volumes:
|
||||
- ./config/config.local.php:/var/www/paheko/config.local.php
|
||||
- ./config/factory_cron.sh:/var/www/paheko/factory_cron.sh
|
||||
|
@ -4,6 +4,7 @@ services:
|
||||
hostname: ${smtpHost}
|
||||
domainname: ${domain}
|
||||
container_name: ${smtpServName}
|
||||
restart: ${restartPolicy}
|
||||
networks:
|
||||
- postfixNet
|
||||
- jirafeauNet
|
||||
|
Loading…
x
Reference in New Issue
Block a user