1
0

chore(deps): update ghcr.io/dreamhunter2333/cloudflare_temp_email/smtp_proxy_server docker tag to v1.4.0 (localApps) (#4396)

This commit is contained in:
renovate[bot]
2026-03-07 05:02:25 +00:00
committed by GitHub
parent 98abaa5c54
commit 5aa8d3f5c5
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,34 @@
additionalProperties:
formFields:
- default: 8025
edit: true
envKey: PANEL_APP_PORT_SMTP
labelZh: SMTP 端口
labelEn: SMTP port
label:
en: SMTP port
zh: SMTP 端口
required: true
rule: paramPort
type: number
- default: 11143
edit: true
envKey: PANEL_APP_PORT_IMAP
labelZh: IMAP 端口
labelEn: IMAP port
label:
en: IMAP port
zh: IMAP 端口
required: true
rule: paramPort
type: number
- default: ""
edit: true
envKey: PROXY_URL
labelZh: 服务地址
labelEn: Server Address
label:
en: Server Address
zh: 服务地址
required: true
type: text

View File

@@ -0,0 +1,21 @@
networks:
1panel-network:
external: true
services:
smtp_proxy_server:
image: ghcr.io/dreamhunter2333/cloudflare_temp_email/smtp_proxy_server:v1.4.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_SMTP}:${PANEL_APP_PORT_SMTP}
- ${PANEL_APP_PORT_IMAP}:${PANEL_APP_PORT_IMAP}
environment:
- TZ=Asia/Shanghai
- proxy_url=${PROXY_URL}
- port=${PANEL_APP_PORT_SMTP}
- imap_port=${PANEL_APP_PORT_IMAP}