public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Commit
compose: add depends on for postfix-tlspol
29e28b47
docker-compose.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Diff
diff --git a/docker-compose.yml b/docker-compose.yml
index 1b47cf59..8fa7e060 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -344,6 +344,8 @@ services:
condition: service_started
unbound-mailcow:
condition: service_healthy
+ postfix-tlspol-mailcow:
+ condition: service_started
volumes:
- ./data/hooks/postfix:/hooks:Z
- ./data/conf/postfix:/opt/postfix/conf:z
@@ -383,8 +385,6 @@ services:
depends_on:
unbound-mailcow:
condition: service_healthy
- postfix-mailcow:
- condition: service_started
volumes:
- postfix-tlspol-vol-1:/var/lib/postfix-tlspol
environment: