Skip to content

Example: Job

Stéphane Brunner edited this page May 31, 2024 · 2 revisions

Create an elementary Job.

services:
  job1:
    enabled: true
    type: Job
    containers:
      container1:
        image:
          repository: camptocamp/image
          tag: latest
Clone this wiki locally