mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-28 04:35:04 -04:00
ci: upgrade inbucket (#17560)
This commit is contained in:
parent
35bfae9052
commit
fc75b72bba
1 changed files with 5 additions and 1 deletions
|
|
@ -65,8 +65,12 @@ services:
|
|||
MINIO_SECRET_KEY: miniosecretkey
|
||||
MINIO_SSE_MASTER_KEY: "my-minio-key:6368616e676520746869732070617373776f726420746f206120736563726574"
|
||||
inbucket:
|
||||
image: "mattermost/inbucket:release-1.2.0"
|
||||
image: "inbucket/inbucket:stable"
|
||||
restart: always
|
||||
environment:
|
||||
INBUCKET_WEB_ADDR: "0.0.0.0:10080"
|
||||
INBUCKET_POP3_ADDR: "0.0.0.0:10110"
|
||||
INBUCKET_SMTP_ADDR: "0.0.0.0:10025"
|
||||
networks:
|
||||
- mm-test
|
||||
openldap:
|
||||
|
|
|
|||
Loading…
Reference in a new issue