adding nc cron
This commit is contained in:
parent
01017f447a
commit
d9bbd1e0aa
|
|
@ -277,7 +277,7 @@ services:
|
||||||
- OVERWRITEPROTOCOL=https
|
- OVERWRITEPROTOCOL=https
|
||||||
- OVERWRITECLIURL=http://localhost/
|
- OVERWRITECLIURL=http://localhost/
|
||||||
# NOTE: These configurations above make it work with the subdirectory
|
# NOTE: These configurations above make it work with the subdirectory
|
||||||
# but you cannot set VIRTUAL_PORT
|
# but you cannot set VIRTUAL_PORT
|
||||||
# for reasons I have no idea
|
# for reasons I have no idea
|
||||||
- VIRTUAL_HOST=${DOMAIN},www.${DOMAIN}
|
- VIRTUAL_HOST=${DOMAIN},www.${DOMAIN}
|
||||||
- VIRTUAL_PATH=/cloud/
|
- VIRTUAL_PATH=/cloud/
|
||||||
|
|
@ -291,6 +291,17 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 8888:80
|
- 8888:80
|
||||||
|
|
||||||
|
cron-nextcloud:
|
||||||
|
image: nextcloud:25
|
||||||
|
restart: always
|
||||||
|
volumes:
|
||||||
|
- ./nextcloud/html:/var/www/html
|
||||||
|
entrypoint: /cron.sh
|
||||||
|
depends_on:
|
||||||
|
mysql-nextcloud:
|
||||||
|
condition: service_healthy
|
||||||
|
#redis:
|
||||||
|
|
||||||
mysql-nextcloud:
|
mysql-nextcloud:
|
||||||
image: mariadb:10
|
image: mariadb:10
|
||||||
container_name: mysql-nextcloud
|
container_name: mysql-nextcloud
|
||||||
|
|
|
||||||
|
|
@ -142,7 +142,7 @@ h4 {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: -5px;
|
margin-top: 5px;
|
||||||
color: solid #000 !important;
|
color: solid #000 !important;
|
||||||
-webkit-print-color-adjust: exact;//:For Chrome
|
-webkit-print-color-adjust: exact;//:For Chrome
|
||||||
color-adjust: exact;//:For Firefox
|
color-adjust: exact;//:For Firefox
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue