1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-02-02 18:47:16 +00:00

[Postfix] use python bootstrapper to start POSTFIX container

This commit is contained in:
FreddleSpl0it
2025-05-19 13:13:40 +02:00
parent cde2ba4851
commit 5a097ed5f7
44 changed files with 750 additions and 553 deletions

View File

@@ -200,7 +200,7 @@ services:
- phpfpm
sogo-mailcow:
image: ghcr.io/mailcow/sogo:nightly-16052025
image: ghcr.io/mailcow/sogo:nightly-19052025
environment:
- CONTAINER_NAME=sogo-mailcow
- DBNAME=${DBNAME}
@@ -339,7 +339,7 @@ services:
- dovecot
postfix-mailcow:
image: ghcr.io/mailcow/postfix:1.80
image: ghcr.io/mailcow/postfix:nightly-19052025
depends_on:
mysql-mailcow:
condition: service_started
@@ -354,6 +354,7 @@ services:
- rspamd-vol-1:/var/lib/rspamd
- mysql-socket-vol-1:/var/run/mysqld/
environment:
- CONTAINER_NAME=postfix-mailcow
- LOG_LINES=${LOG_LINES:-9999}
- TZ=${TZ}
- DBNAME=${DBNAME}