mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
chore(deps): update foxcpp/maddy docker tag to v0.7.1 (#842)
* chore(deps): update foxcpp/maddy docker tag to v0.7.1 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github-action update-app-version
parent
ddb4c7be7f
commit
09b8846bb6
@@ -0,0 +1,29 @@
|
||||
version: '3'
|
||||
services:
|
||||
maddymail:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${SMTP_IN_PORT}:25"
|
||||
- "${IMAP4_PORT}:143"
|
||||
- "${SMTP_S_PORT}:465"
|
||||
- "${SMTP_S_PORT2}:587"
|
||||
- "${IMAP4_PORT2}:993"
|
||||
volumes:
|
||||
- maddydata:/data
|
||||
environment:
|
||||
- MADDY_HOSTNAME=${MAIL_HOSTNAME}
|
||||
- MADDY_DOMAIN=${MAIL_DOMAIN}
|
||||
image: foxcpp/maddy:0.7.1
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
volumes:
|
||||
maddydata:
|
||||
external: true
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user