mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
@@ -12,6 +12,11 @@ services:
|
||||
networks:
|
||||
- 1panel-network
|
||||
stop_grace_period: 1m
|
||||
dns:
|
||||
- ${DNS1}
|
||||
- ${DNS2}
|
||||
extra_hosts:
|
||||
- ${DOMAIN_HOSTS1}
|
||||
hostname: ${HOSTNAME_FQDN}
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_SMTP}:25
|
||||
@@ -41,6 +46,7 @@ services:
|
||||
- SSL_CERT_PATH=/tmp/dms/certs/${CERTS_PUBLIC_CRT:-public.crt}
|
||||
- SSL_KEY_PATH=/tmp/dms/certs/${CERTS_PRIVATE_KEY:-private.key}
|
||||
- SPOOF_PROTECTION=1
|
||||
- https_proxy=${http_proxy}
|
||||
healthcheck:
|
||||
test: "ss --listening --tcp | grep -P 'LISTEN.+:smtp' || exit 1"
|
||||
timeout: 3s
|
||||
|
||||
Reference in New Issue
Block a user