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