mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
add inbucket smtp port env vars (#9987)
This commit is contained in:
committed by
GitHub
parent
5a37a606fc
commit
142ddfe79f
@@ -98,6 +98,7 @@ pipeline {
|
||||
CI_MINIO_HOST = "minio"
|
||||
CI_INBUCKET_PORT = "10080"
|
||||
CI_MINIO_PORT = "9000"
|
||||
CI_INBUCKET_SMTP_PORT = "10025"
|
||||
CI_LDAP_HOST = "openldap"
|
||||
IS_CI = true
|
||||
}
|
||||
|
||||
@@ -44,6 +44,7 @@ up()
|
||||
-e CI_MINIO_HOST="minio" \
|
||||
-e CI_INBUCKET_PORT="10080" \
|
||||
-e CI_MINIO_PORT="9000" \
|
||||
-e CI_INBUCKET_SMTP_PORT="10025" \
|
||||
-e CI_LDAP_HOST="openldap" \
|
||||
-e IS_CI=true \
|
||||
mattermost/mattermost-build-server:dec-7-2018 /bin/bash
|
||||
|
||||
Reference in New Issue
Block a user