chore(deps): update stalwartlabs/mail-server docker tag to v0.8.1 (#3574)

This commit is contained in:
renovate[bot] 2024-05-24 12:29:00 +00:00 committed by GitHub
parent 882250c410
commit af12085483
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 20 deletions

View File

@ -3,29 +3,18 @@
"name": "Stalwart Mail", "name": "Stalwart Mail",
"available": true, "available": true,
"exposable": true, "exposable": true,
"tipi_version": 3, "tipi_version": 4,
"version": "0.7.3", "version": "0.8.1",
"port": 8677, "port": 8677,
"id": "stalwart-mail", "id": "stalwart-mail",
"categories": [ "categories": ["media", "network", "utilities"],
"media",
"network",
"utilities"
],
"description": "Stalwart is a scalable, secure and robust open-source mail server software designed for the 21st century.", "description": "Stalwart is a scalable, secure and robust open-source mail server software designed for the 21st century.",
"short_desc": "Open-source mail server solution with JMAP, IMAP4, and SMTP support", "short_desc": "Open-source mail server solution with JMAP, IMAP4, and SMTP support",
"author": "Stalwart Labs", "author": "Stalwart Labs",
"source": "https://github.com/stalwartlabs", "source": "https://github.com/stalwartlabs",
"website": "https://stalw.art", "website": "https://stalw.art",
"requirements": { "requirements": {
"ports": [ "ports": [25, 143, 465, 587, 993, 4190]
25,
143,
465,
587,
993,
4190
]
}, },
"form_fields": [ "form_fields": [
{ {
@ -35,8 +24,5 @@
"env_variable": "NETWORK_INTERFACE" "env_variable": "NETWORK_INTERFACE"
} }
], ],
"supported_architectures": [ "supported_architectures": ["arm64", "amd64"]
"arm64",
"amd64"
]
} }

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
stalwart-mail: stalwart-mail:
image: stalwartlabs/mail-server:v0.7.3 image: stalwartlabs/mail-server:v0.8.1
container_name: stalwart-mail container_name: stalwart-mail
volumes: volumes:
- ${APP_DATA_DIR}/data:/opt/stalwart-mail - ${APP_DATA_DIR}/data:/opt/stalwart-mail