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

Merge branch 'master' of gitlab.utc.fr:picasoft/projets/dockerfiles

parents 7eee0908 eabfd5b3
No related branches found
No related tags found
No related merge requests found
FROM alpine:3.13 AS downloader FROM alpine:3.13 AS downloader
ARG VERSION=v1.0.0-alpha.75 ARG VERSION=v1.0.0-alpha.76
RUN apk add --no-cache curl jq && \ RUN apk add --no-cache curl jq && \
curl -L $(curl https://code.podlibre.org/api/v4/projects/2/releases/${VERSION}/assets/links | jq -r .[].url | grep \.tar\.gz) -o castopod.tgz && \ curl -L $(curl https://code.podlibre.org/api/v4/projects/2/releases/${VERSION}/assets/links | jq -r .[].url | grep \.tar\.gz) -o castopod.tgz && \
......
...@@ -16,7 +16,7 @@ networks: ...@@ -16,7 +16,7 @@ networks:
services: services:
app-back: app-back:
image: registry.picasoft.net/pica-castopod-back:v1.0.0-alpha.75 image: registry.picasoft.net/pica-castopod-back:v1.0.0-alpha.76
build: back build: back
container_name: "castopod-back" container_name: "castopod-back"
volumes: volumes:
...@@ -28,7 +28,7 @@ services: ...@@ -28,7 +28,7 @@ services:
restart: unless-stopped restart: unless-stopped
app-front: app-front:
image: registry.picasoft.net/pica-castopod-front:v1.0.0-alpha.75 image: registry.picasoft.net/pica-castopod-front:v1.0.0-alpha.76
build: front build: front
container_name: "castopod-front" container_name: "castopod-front"
networks: networks:
......
FROM alpine:3.13 AS downloader FROM alpine:3.13 AS downloader
ARG VERSION=v1.0.0-alpha.75 ARG VERSION=v1.0.0-alpha.76
RUN apk add --no-cache curl jq && \ RUN apk add --no-cache curl jq && \
curl -L $(curl https://code.podlibre.org/api/v4/projects/2/releases/${VERSION}/assets/links | jq -r .[].url | grep \.tar\.gz) -o castopod.tgz && \ curl -L $(curl https://code.podlibre.org/api/v4/projects/2/releases/${VERSION}/assets/links | jq -r .[].url | grep \.tar\.gz) -o castopod.tgz && \
......
...@@ -4,7 +4,7 @@ FROM alpine:3.11 ...@@ -4,7 +4,7 @@ FROM alpine:3.11
ENV PATH="/mattermost/bin:${PATH}" ENV PATH="/mattermost/bin:${PATH}"
# Picasoft : change these values. The team version is used by default # Picasoft : change these values. The team version is used by default
ENV MM_VERSION=5.39.0 ENV MM_VERSION=5.39.1
# Get these ids with the output of `id mattermost` on the VM hosting the app # Get these ids with the output of `id mattermost` on the VM hosting the app
ARG PUID=5000 ARG PUID=5000
ARG PGID=5000 ARG PGID=5000
......
...@@ -17,7 +17,7 @@ volumes: ...@@ -17,7 +17,7 @@ volumes:
services: services:
mattermost: mattermost:
image: registry.picasoft.net/pica-mattermost:5.39.0 image: registry.picasoft.net/pica-mattermost:5.39.1
build: . build: .
container_name: mattermost-app container_name: mattermost-app
volumes: volumes:
......
...@@ -23,7 +23,7 @@ services: ...@@ -23,7 +23,7 @@ services:
restart: unless-stopped restart: unless-stopped
wekan-app: wekan-app:
image: quay.io/wekan/wekan-gantt-gpl:v5.63 image: quay.io/wekan/wekan-gantt-gpl:v5.71
container_name: wekan-app container_name: wekan-app
environment: environment:
- MONGO_URL=mongodb://wekan-db:27017/wekan - MONGO_URL=mongodb://wekan-db:27017/wekan
......
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