You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can start ofelia in its own container or on the host itself, and it will magically pick up any container that starts, stops or is modified on the fly.
115
+
In order to achieve this, you simply have to use docker containers with the labels described above and let ofelia take care of the rest.
116
+
117
+
#### Hybrid configuration (INI files + Docker)
118
+
119
+
You can specify part of the configuration on the INI files, such as globals for the middlewares or even declare tasks in there but also merge them with docker.
120
+
The docker labels will be parsed, added and removed on the fly but also, the file config can be used.
121
+
122
+
**Use the INI file to:**
123
+
124
+
- Configure the slack or other middleware integration
125
+
- Configure any global setting
126
+
- Create a job-run so it executes on a new container each time
0 commit comments