upgrade stack
è
This commit is contained in:
parent
b4e53d0523
commit
9da2d870f4
|
@ -19,7 +19,7 @@ networks:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
nextcloud-app:
|
nextcloud-app:
|
||||||
image: nextcloud-cron:24.0.8
|
image: nextcloud-cron:24.0.11
|
||||||
build: .
|
build: .
|
||||||
container_name: nextcloud-app
|
container_name: nextcloud-app
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -51,7 +51,7 @@ services:
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis
|
image: redis
|
||||||
image: 'bitnami/redis:7.0.4'
|
image: 'bitnami/redis:7.0.10'
|
||||||
container_name: redis
|
container_name: redis
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
|
@ -63,7 +63,7 @@ services:
|
||||||
|
|
||||||
|
|
||||||
nextcloud-db:
|
nextcloud-db:
|
||||||
image: postgres:11.17-bullseye
|
image: postgres:11.19-bullseye
|
||||||
container_name: nextcloud-db
|
container_name: nextcloud-db
|
||||||
volumes:
|
volumes:
|
||||||
- nextcloud-db:/var/lib/postgresql/data
|
- nextcloud-db:/var/lib/postgresql/data
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM nextcloud:24.0.8-apache
|
FROM nextcloud:24.0.11-apache
|
||||||
|
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ networks:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
traefik:
|
traefik:
|
||||||
image: traefik:2.9.4
|
image: traefik:2.9.9
|
||||||
container_name: traefik
|
container_name: traefik
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
|
|
Loading…
Reference in New Issue
Block a user