Use cron.sh for the example docker-compose.yml's
This commit is contained in:
parent
3747025dd6
commit
2e3645f853
@ -36,20 +36,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- nextcloud:/var/www/html
|
- nextcloud:/var/www/html
|
||||||
user: www-data
|
entrypoint: /cron.sh
|
||||||
entrypoint: |
|
|
||||||
bash -c 'bash -s <<EOF
|
|
||||||
trap "break;exit" SIGHUP SIGINT SIGTERM
|
|
||||||
|
|
||||||
while [ ! -f /var/www/html/config/config.php ]; do
|
|
||||||
sleep 1
|
|
||||||
done
|
|
||||||
|
|
||||||
while true; do
|
|
||||||
php -f /var/www/html/cron.php
|
|
||||||
sleep 15m
|
|
||||||
done
|
|
||||||
EOF'
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
- redis
|
- redis
|
||||||
|
@ -44,20 +44,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- nextcloud:/var/www/html
|
- nextcloud:/var/www/html
|
||||||
user: www-data
|
entrypoint: /cron.sh
|
||||||
entrypoint: |
|
|
||||||
bash -c 'bash -s <<EOF
|
|
||||||
trap "break;exit" SIGHUP SIGINT SIGTERM
|
|
||||||
|
|
||||||
while [ ! -f /var/www/html/config/config.php ]; do
|
|
||||||
sleep 1
|
|
||||||
done
|
|
||||||
|
|
||||||
while true; do
|
|
||||||
php -f /var/www/html/cron.php
|
|
||||||
sleep 15m
|
|
||||||
done
|
|
||||||
EOF'
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
- redis
|
- redis
|
||||||
|
@ -40,20 +40,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- nextcloud:/var/www/html
|
- nextcloud:/var/www/html
|
||||||
user: www-data
|
entrypoint: /cron.sh
|
||||||
entrypoint: |
|
|
||||||
bash -c 'bash -s <<EOF
|
|
||||||
trap "break;exit" SIGHUP SIGINT SIGTERM
|
|
||||||
|
|
||||||
while [ ! -f /var/www/html/config/config.php ]; do
|
|
||||||
sleep 1
|
|
||||||
done
|
|
||||||
|
|
||||||
while true; do
|
|
||||||
php -f /var/www/html/cron.php
|
|
||||||
sleep 15m
|
|
||||||
done
|
|
||||||
EOF'
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
- redis
|
- redis
|
||||||
|
@ -49,20 +49,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- nextcloud:/var/www/html
|
- nextcloud:/var/www/html
|
||||||
user: www-data
|
entrypoint: /cron.sh
|
||||||
entrypoint: |
|
|
||||||
bash -c 'bash -s <<EOF
|
|
||||||
trap "break;exit" SIGHUP SIGINT SIGTERM
|
|
||||||
|
|
||||||
while [ ! -f /var/www/html/config/config.php ]; do
|
|
||||||
sleep 1
|
|
||||||
done
|
|
||||||
|
|
||||||
while true; do
|
|
||||||
php -f /var/www/html/cron.php
|
|
||||||
sleep 15m
|
|
||||||
done
|
|
||||||
EOF'
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
- redis
|
- redis
|
||||||
|
Loading…
Reference in New Issue
Block a user