Update Nextcloud cron
This commit is contained in:
@@ -71,6 +71,16 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- nextcloud_app
|
- nextcloud_app
|
||||||
entrypoint: /cron.sh
|
entrypoint: /cron.sh
|
||||||
|
environment:
|
||||||
|
- POSTGRES_HOST=nextcloud_db:5432
|
||||||
|
- POSTGRES_DB=${POSTGRES_DB}
|
||||||
|
- POSTGRES_USER=${POSTGRES_USER}
|
||||||
|
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
|
||||||
|
- REDIS_HOST=nextcloud_valkey
|
||||||
|
- REDIS_HOST_PORT=6379
|
||||||
|
- REDIS_HOST_PASSWORD=${VALKEY_PASSWORD}
|
||||||
|
- PHP_MEMORY_LIMIT=${PHP_MEMORY_LIMIT}
|
||||||
|
- PHP_UPLOAD_LIMIT=${PHP_UPLOAD_LIMIT}
|
||||||
volumes:
|
volumes:
|
||||||
- ${APPDATA_PATH}/nextcloud/app:/var/www/html
|
- ${APPDATA_PATH}/nextcloud/app:/var/www/html
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user