You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mailu/core
Tim Möhlmann a2fea36c79
Increase HEALTHCHECK start time for services that need to wait for host resolving during startup.
In Docker Swarm mode the services listed below can get stuck in their start script, while they
are waiting for other services become available. Now, with HEALTHCHECK enabled, docker does not resolve
names of services that not pass HEALTHCHECK yet. Meaning that if one of the depenend services is not yet
available, it will create a chain of failing services.

The services below retry to resolve 100 time, with an average of 3.5 seconds. Hence, the --start-time
flag is now set at 350 seconds.
- dovecot (imap)
- postfix (smtp)
- rspamd (antispam)
6 years ago
..
admin add healthcheck for http services 6 years ago
dovecot Increase HEALTHCHECK start time for services that need to wait for host resolving during startup. 6 years ago
nginx Fix front health checking 6 years ago
none pin alpine-version for 'none'-image 6 years ago
postfix Increase HEALTHCHECK start time for services that need to wait for host resolving during startup. 6 years ago