Compare commits

...

3 Commits

Author SHA1 Message Date
398c27579b Merge branch 'main' of ssh://gitea.service.nr5:2222/chaos/nomad-nummer5
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-22 14:56:55 +01:00
a859bf3cfa Merge branch 'main' of ssh://gitea.service.nr5:2222/chaos/nomad-nummer5 2023-10-24 18:42:57 +02:00
76812681cb drone CI 2023-10-24 18:42:52 +02:00

View File

@@ -32,6 +32,7 @@ job "drone-runner" {
image = "docker.io/drone/drone-runner-docker:latest"
force_pull = true
ports = ["http"]
privileged = true
volumes = [
"/var/run/podman/podman.sock:/var/run/docker.sock",
"/etc/containers:/etc/containers"