upgrade stack

è
This commit is contained in:
oiseauroch 2023-03-27 20:26:31 +02:00
parent b4e53d0523
commit 9da2d870f4
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
FROM nextcloud:24.0.8-apache
FROM nextcloud:24.0.11-apache
ARG VERSION

View File

@ -6,7 +6,7 @@ networks:
services:
traefik:
image: traefik:2.9.4
image: traefik:2.9.9
container_name: traefik
ports:
- 80:80