mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Update versions
This commit is contained in:
parent
b0269469ae
commit
6765feee20
3 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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 \
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue