commit
fab23ca3ff
@ -2,7 +2,7 @@ FROM alpine:3.7
|
|||||||
|
|
||||||
# Some ENV variables
|
# Some ENV variables
|
||||||
ENV PATH="/mattermost/bin:${PATH}"
|
ENV PATH="/mattermost/bin:${PATH}"
|
||||||
ENV MM_VERSION=5.7.1
|
ENV MM_VERSION=5.7.2
|
||||||
|
|
||||||
# Build argument to set Mattermost edition
|
# Build argument to set Mattermost edition
|
||||||
ARG edition=enterprise
|
ARG edition=enterprise
|
||||||
|
@ -92,7 +92,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "web",
|
"name": "web",
|
||||||
"image": "mattermost/mattermost-prod-web:5.7.0",
|
"image": "mattermost/mattermost-prod-web:5.7.2",
|
||||||
"memory": 128,
|
"memory": 128,
|
||||||
"essential": true,
|
"essential": true,
|
||||||
"mountPoints": [
|
"mountPoints": [
|
||||||
|
@ -17,7 +17,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: mattermost-app
|
- name: mattermost-app
|
||||||
image: "mattermost/mattermost-prod-app:5.7.0"
|
image: "mattermost/mattermost-prod-app:5.7.2"
|
||||||
env:
|
env:
|
||||||
- name: DB_HOST
|
- name: DB_HOST
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
@ -59,7 +59,7 @@ services:
|
|||||||
condition: on-failure
|
condition: on-failure
|
||||||
app:
|
app:
|
||||||
# use official mattermost prod-app image
|
# use official mattermost prod-app image
|
||||||
image: mattermost/mattermost-prod-app
|
image: mattermost/mattermost-prod-app:5.7.2
|
||||||
networks:
|
networks:
|
||||||
- mm-in
|
- mm-in
|
||||||
- mm-out
|
- mm-out
|
||||||
|
@ -58,7 +58,7 @@ services:
|
|||||||
condition: on-failure
|
condition: on-failure
|
||||||
app:
|
app:
|
||||||
# use official mattermost prod-app image
|
# use official mattermost prod-app image
|
||||||
image: mattermost/mattermost-prod-app
|
image: mattermost/mattermost-prod-app:5.7.2
|
||||||
networks:
|
networks:
|
||||||
- mm-in
|
- mm-in
|
||||||
- mm-out
|
- mm-out
|
||||||
|
Reference in New Issue
Block a user