podmanrunner/templates/docker-compose.yaml.erb

18 lines
309 B
Plaintext

version: "3"
services:
actionrunner:
name: actionrunner
image: podmanrunner:3.3.0
build:
context: ./runnerimage
volumes:
- runnerdata:/data:Z
volumes:
runnerdata:
driver: local
driver_opts:
device: /opt/runneruser1runner/runnerdata
o: bind
type: none