Update versions

This commit is contained in:
Paul-Henri Froidmont 2021-01-11 22:08:49 +01:00
parent b0269469ae
commit 6765feee20
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ networks:
services: services:
gitlab: gitlab:
image: 'gitlab/gitlab-ce:13.2.2-ce.0' image: 'gitlab/gitlab-ce:13.7.3-ce.0'
hostname: ${GITLAB_DOMAIN} hostname: ${GITLAB_DOMAIN}
labels: labels:
- "traefik.docker.network=web" - "traefik.docker.network=web"

View file

@ -1,4 +1,4 @@
FROM nextcloud:18.0.7-fpm FROM nextcloud:20.0.4-fpm
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
supervisor \ supervisor \

View file

@ -42,7 +42,7 @@ services:
restart: always restart: always
postgres: postgres:
image: postgres image: postgres:12
volumes: volumes:
- /var/lib/postgresql/nextcloud:/var/lib/postgresql/data - /var/lib/postgresql/nextcloud:/var/lib/postgresql/data
- /backups/nextcloud:/backups - /backups/nextcloud:/backups