1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
services: mail: build: . container_name: mail hostname: hetzner.yyamashita.com volumes: - /etc/opendkim:/etc/opendkim:ro - mail_queue:/var/spool/postfix restart: unless-stopped networks: - web networks: web: external: true name: web volumes: mail_queue: