Add Maddy relay on mini-pc
Deploy mini-pc / deploy (push) Failing after 14s
Deploy cloud-pc / deploy (push) Failing after 34s

This commit is contained in:
Dmitry
2026-05-30 20:20:54 +03:00
parent 6742f89420
commit fb5003ef0c
4 changed files with 47 additions and 2 deletions
+18
View File
@@ -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