Skip to content
Snippets Groups Projects
Commit 9e35aa60 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

Bump to 6.2.0 and remove fucking annoying HEALTHCHECK

parent 62b13762
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,8 @@ FROM alpine:3.11
ENV PATH="/mattermost/bin:${PATH}"
# Picasoft : change these values. The team version is used by default
ENV MM_VERSION=6.0.3
ENV MM_VERSION=6.2.0
# Get these ids with the output of `id mattermost` on the VM hosting the app
ARG PUID=5000
ARG PGID=5000
......@@ -35,9 +36,6 @@ RUN mkdir -p /mattermost/data /mattermost/plugins /mattermost/client/plugins \
&& chown -R mattermost:mattermost /mattermost /config.json.save /mattermost/plugins /mattermost/client/plugins \
&& setcap cap_net_bind_service=+ep /mattermost/bin/mattermost
#Healthcheck to make sure container is ready
HEALTHCHECK --interval=20s --timeout=3s CMD curl --fail http://localhost:8000//api/v4/system/ping || exit 1
# Configure entrypoint and command
COPY entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"]
......
......@@ -17,7 +17,7 @@ volumes:
services:
mattermost:
image: registry.picasoft.net/pica-mattermost:6.0.3
image: registry.picasoft.net/pica-mattermost:6.2.0
build: .
container_name: mattermost-app
volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment