added mailserver nerdctl network
This commit is contained in:
parent
180ce73141
commit
77411167f3
@ -2,6 +2,8 @@ services:
|
||||
postgres:
|
||||
image: postgres:15
|
||||
container_name: listnetignet_postgres
|
||||
networks:
|
||||
- mailserver
|
||||
env_file:
|
||||
- .env
|
||||
- ../passwords/listnetignet.pass
|
||||
@ -11,6 +13,8 @@ services:
|
||||
listmonk:
|
||||
image: listmonk/listmonk:latest
|
||||
container_name: listnetignet_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
|
||||
|
Loading…
x
Reference in New Issue
Block a user