Add nextcloud-cron task
This commit is contained in:
parent
a838293ba4
commit
aec432268b
@ -70,6 +70,24 @@ job "nextcloud" {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
task "nextcloud-cron" {
|
||||||
|
lifecycle {
|
||||||
|
hook = "poststart"
|
||||||
|
}
|
||||||
|
|
||||||
|
volume_mount {
|
||||||
|
volume = "nextcloud-html"
|
||||||
|
destination = "/var/www/html"
|
||||||
|
read_only = false
|
||||||
|
}
|
||||||
|
|
||||||
|
driver = "docker"
|
||||||
|
config {
|
||||||
|
image = "nextcloud:apache"
|
||||||
|
command = "/cron.sh"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
task "onlyoffice" {
|
task "onlyoffice" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user