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