compose/postfix-relay/docker-compose.yml
2025-03-17 16:02:23 +08:00

17 lines
273 B
YAML

services:
postfix:
container_name: postfix
image: luotianyi/postfix-relay:latest
hostname: postfix
restart: unless-stopped
networks:
- postfix
build:
context: .
env_file:
- docker.env
networks:
postfix:
external: true