1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-02-21 11:48:48 +00:00

[Rspamd] use python bootstrapper to start RSPAMD container

This commit is contained in:
FreddleSpl0it
2025-05-21 09:40:38 +02:00
parent 2efea9c832
commit b8888521f1
16 changed files with 416 additions and 333 deletions

View File

@@ -43,7 +43,8 @@ RUN groupadd -g 102 postfix \
RUN pip install --break-system-packages \
mysql-connector-python \
jinja2 \
redis
redis \
dnspython
COPY data/Dockerfiles/bootstrap /bootstrap
COPY data/Dockerfiles/postfix/supervisord.conf /etc/supervisor/supervisord.conf