1
0
Fork 0

master-compose: remove nextcloud-cron service

This commit is contained in:
Pratham Patel 2022-09-21 17:12:44 +05:30
parent 26db0938de
commit 154aa52562
1 changed files with 16 additions and 15 deletions

View File

@ -117,6 +117,7 @@ services:
- POSTGRES_DB=nextcloud
- POSTGRES_USER=nextcloud
- POSTGRES_HOST=nextcloud-db
- NEXTCLOUD_HOSTNAME=cloud.thefossguy.com
- NEXTCLOUD_TRUSTED_DOMAINS=cloud.thefossguy.com
- OVERWRITECLIURL=https://cloud.thefossguy.com
- OVERWRITEPROTOCOL=https
@ -145,21 +146,21 @@ services:
- nextcloud_database_user_password
nextcloud-cron:
image: nextcloud:production
container_name: nextcloud-karma
entrypoint: /cron.sh
restart: always
volumes:
- /trayimurti/containers/volumes/nextcloud/web:/var/www/html:z
labels:
- io.containers.autoupdate=registry
- pratham.container.category=cloud
environment:
- TZ=Asia/Kolkata
depends_on:
- nextcloud-web
- nextcloud-db
# nextcloud-cron:
# image: nextcloud:production
# container_name: nextcloud-karma
# entrypoint: /cron.sh
# restart: always
# volumes:
# - /trayimurti/containers/volumes/nextcloud/web:/var/www/html:z
# labels:
# - io.containers.autoupdate=registry
# - pratham.container.category=cloud
# environment:
# - TZ=Asia/Kolkata
# depends_on:
# - nextcloud-web
# - nextcloud-db
thefossguy-mach: