update to 32.0.2; health script
This commit is contained in:
@@ -34,6 +34,11 @@ services:
|
||||
- nextcloud_db_v1:/var/lib/mysql
|
||||
networks:
|
||||
- nextcloud_v1_cloud
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "5"
|
||||
|
||||
nextcloud-redis-v1:
|
||||
image: redis:7.2-alpine
|
||||
@@ -46,9 +51,15 @@ services:
|
||||
- nextcloud_redis_v1:/data
|
||||
networks:
|
||||
- nextcloud_v1_cloud
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "5"
|
||||
|
||||
nextcloud-fpm-v1:
|
||||
image: nextcloud:32.0.1-fpm
|
||||
# image: nextcloud:32.0.1-fpm
|
||||
image: nextcloud:32.0.2-fpm
|
||||
container_name: nextcloud-fpm-v1
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
@@ -76,6 +87,11 @@ services:
|
||||
- nextcloud_v1_cloud
|
||||
extra_hosts:
|
||||
- "nextcloud.knusperkerne.de:89.58.0.1"
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "5"
|
||||
|
||||
nextcloud-nginx-v1:
|
||||
image: nginx:1.26-alpine
|
||||
@@ -89,9 +105,13 @@ services:
|
||||
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
- nextcloud_app_v1:/var/www/html:ro
|
||||
- nextcloud_custom_apps_v1:/var/www/html/custom_apps:ro
|
||||
|
||||
networks:
|
||||
- nextcloud_v1_cloud
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "5"
|
||||
|
||||
nextcloud-cron-v1:
|
||||
image: nextcloud:32.0.1-fpm
|
||||
@@ -110,3 +130,8 @@ services:
|
||||
- nextcloud_themes_v1:/var/www/html/themes
|
||||
networks:
|
||||
- nextcloud_v1_cloud
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
max-size: "2m"
|
||||
max-file: "5"
|
||||
|
||||
Reference in New Issue
Block a user