ci: upgrade inbucket (#17560)

This commit is contained in:
Carlos Tadeu Panato Junior 2021-05-12 12:45:03 +02:00 committed by GitHub
parent 35bfae9052
commit fc75b72bba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: