Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Mattermost
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Picasoft
Technique
Services
Mattermost
Commits
de030dcf
Commit
de030dcf
authored
2 years ago
by
Romain de Laage
Browse files
Options
Downloads
Patches
Plain Diff
Bump versions
parent
26731934
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
docker-compose.yml
+3
-3
3 additions, 3 deletions
docker-compose.yml
prometheus-exporter/Dockerfile
+1
-1
1 addition, 1 deletion
prometheus-exporter/Dockerfile
with
5 additions
and
5 deletions
Dockerfile
+
1
−
1
View file @
de030dcf
FROM
alpine:3.1
1
FROM
alpine:3.1
6
# Some ENV variables
ENV
PATH="/mattermost/bin:${PATH}"
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
3
−
3
View file @
de030dcf
...
...
@@ -17,11 +17,11 @@ volumes:
services
:
mattermost
:
image
:
registry.picasoft.net/pica-mattermost:7.
2
.0
image
:
registry.picasoft.net/pica-mattermost:7.
4
.0
build
:
context
:
.
args
:
MM_VERSION
:
7.
2
.0
MM_VERSION
:
7.
4
.0
container_name
:
mattermost-app
volumes
:
-
mattermost-config:/mattermost/config
...
...
@@ -44,7 +44,7 @@ services:
restart
:
unless-stopped
mattermost-db
:
image
:
postgres:1
2
-alpine
image
:
postgres:1
5
-alpine
container_name
:
mattermost-db
volumes
:
-
mattermost-db:/var/lib/postgresql/data
...
...
This diff is collapsed.
Click to expand it.
prometheus-exporter/Dockerfile
+
1
−
1
View file @
de030dcf
FROM
python:3.
9
-alpine3.1
3
as
builder
FROM
python:3.
11
-alpine3.1
6
as
builder
COPY
exporter.py /exporter.py
COPY
requirements.txt /requirements.txt
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment