added mailserver nerdctl network

This commit is contained in:
julien 2025-01-27 11:24:20 +01:00
parent f392a81435
commit 446f5c23a5

View File

@ -2,6 +2,8 @@ services:
postgres:
image: postgres:15
container_name: info-marche-quimpernetignet_postgres
networks:
- mailserver
env_file:
- .env
- ../passwords/info-marche-quimpernetignet.pass
@ -11,6 +13,8 @@ services:
listmonk:
image: listmonk/listmonk:latest
container_name: info-marche-quimpernetignet_listmonk
networks:
- mailserver
depends_on:
- postgres
env_file:
@ -23,3 +27,6 @@ services:
- ./volumes/uploads:/listmonk/uploads
- ./conf/static:/listmonk/static
restart: unless-stopped
networks:
mailserver:
external: true