Update comments for nextcloud
This commit is contained in:
@@ -57,14 +57,17 @@ services:
|
|||||||
|
|
||||||
# Nextcloud Application Service
|
# Nextcloud Application Service
|
||||||
nextcloud_app:
|
nextcloud_app:
|
||||||
|
# Basic container configuration
|
||||||
image: docker.io/library/nextcloud:31.0.7
|
image: docker.io/library/nextcloud:31.0.7
|
||||||
container_name: nextcloud_app
|
container_name: nextcloud_app
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
# Service dependencies
|
||||||
depends_on:
|
depends_on:
|
||||||
nextcloud_db:
|
nextcloud_db:
|
||||||
condition: service_healthy
|
condition: service_healthy # Requires healthy database
|
||||||
nextcloud_valkey:
|
nextcloud_valkey:
|
||||||
condition: service_healthy
|
condition: service_healthy # Requires healthy valkey
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
environment:
|
environment:
|
||||||
@@ -96,9 +99,12 @@ services:
|
|||||||
|
|
||||||
# Nextcloud Cron Service
|
# Nextcloud Cron Service
|
||||||
nextcloud_cron:
|
nextcloud_cron:
|
||||||
|
# Basic container configuration
|
||||||
image: docker.io/library/nextcloud:31.0.7
|
image: docker.io/library/nextcloud:31.0.7
|
||||||
container_name: nextcloud_cron
|
container_name: nextcloud_cron
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
# Service dependencies
|
||||||
depends_on:
|
depends_on:
|
||||||
- nextcloud_app
|
- nextcloud_app
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user