runner-docker/docker-compose.yml
2023-03-24 14:38:13 +01:00

8 lines
No EOL
225 B
YAML

version: "3.7"
services:
runner:
image: git.itzyanick.de/itzyanick/runner-docker:v1.1.0-2
restart: unless-stopped
volumes:
- "./runner.conf:/app/.runner"
- "/var/run/docker.sock:/var/run/docker.sock"