Add Maddy relay on mini-pc
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
maddy:
|
||||
image: foxcpp/maddy:0.8
|
||||
container_name: maddy
|
||||
hostname: maddy
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- /opt/data/maddy:/data
|
||||
- ./maddy.conf:/data/maddy.conf:ro
|
||||
networks:
|
||||
- mail
|
||||
|
||||
networks:
|
||||
mail:
|
||||
name: mail
|
||||
driver: bridge
|
||||
Reference in New Issue
Block a user