Update nextcloud service
This commit is contained in:
parent
d2098f25b2
commit
16679fc78a
@ -8,7 +8,7 @@ networks:
|
|||||||
services:
|
services:
|
||||||
nextcloud-db:
|
nextcloud-db:
|
||||||
env_file: live.env
|
env_file: live.env
|
||||||
image: mariadb:10.5
|
image: mariadb:10.11
|
||||||
container_name: nextcloud-db
|
container_name: nextcloud-db
|
||||||
command: --transaction-isolation=READ-COMMITTED --log-bin=ROW
|
command: --transaction-isolation=READ-COMMITTED --log-bin=ROW
|
||||||
labels:
|
labels:
|
||||||
@ -49,7 +49,7 @@ services:
|
|||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "${NEXTCLOUD_FQDN}:${TRAEFIK_CONTAINER_IP}"
|
- "${NEXTCLOUD_FQDN}:${TRAEFIK_CONTAINER_IP}"
|
||||||
- "${COLLABORA_FQDN}:${TRAEFIK_CONTAINER_IP}"
|
- "${COLLABORA_FQDN}:${TRAEFIK_CONTAINER_IP}"
|
||||||
image: nextcloud:27
|
image: nextcloud:28
|
||||||
labels:
|
labels:
|
||||||
# Watchtower
|
# Watchtower
|
||||||
- "com.centurylinklabs.watchtower.enable=true"
|
- "com.centurylinklabs.watchtower.enable=true"
|
||||||
@ -80,7 +80,7 @@ services:
|
|||||||
- ${NEXTCLOUD_ROOT}/data:/srv/nextcloud/data
|
- ${NEXTCLOUD_ROOT}/data:/srv/nextcloud/data
|
||||||
|
|
||||||
nextcloud-cron:
|
nextcloud-cron:
|
||||||
image: nextcloud:27
|
image: nextcloud:28
|
||||||
container_name: nextcloud-cron
|
container_name: nextcloud-cron
|
||||||
labels:
|
labels:
|
||||||
- "com.centurylinklabs.watchtower.enable=true"
|
- "com.centurylinklabs.watchtower.enable=true"
|
||||||
@ -113,7 +113,7 @@ services:
|
|||||||
- --static-auth-secret=${COTURN_SECRET}
|
- --static-auth-secret=${COTURN_SECRET}
|
||||||
|
|
||||||
nextcloud-collabora:
|
nextcloud-collabora:
|
||||||
image: collabora/code:23.05.5.2.1
|
image: collabora/code:23.05.9.1.1
|
||||||
container_name: nextcloud-collabora
|
container_name: nextcloud-collabora
|
||||||
env_file: live.env
|
env_file: live.env
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
|
Loading…
Reference in New Issue
Block a user