Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ SSL with Docker
Task scheduling
^^^^^^^^^^^^^^^

* Overview refreshes & cleanup are not baked into the base Docker image. While you can definately live without these features they are quite nice to have.
* Overview refreshes & cleanup are not baked into the base Docker image. While you can definitely live without these features they are quite nice to have.
* The image does have a cron daemon available but since the calls have raw json in them, quoting can be tricky to get right.
* The easiest way will be to follow the normal guidance for setting up the crons since they can be run from anywhere, not just within the container.
* A sample Ofelia setup can be seen in the Nomad & Composer orchestration examples discussed below. Ofelia by default runs the tasks within the raidbot container and it does have curl installed for this purpose.
Expand Down