podmanrunner/templates/docker-compose.yaml.erb

18 lines
309 B
Plaintext
Raw Normal View History

version: "3"
services:
actionrunner:
name: actionrunner
2024-02-06 22:26:25 +00:00
image: podmanrunner:3.3.0
build:
context: ./runnerimage
volumes:
- runnerdata:/data:Z
2024-02-06 22:20:40 +00:00
volumes:
runnerdata:
driver: local
driver_opts:
device: /opt/runneruser1runner/runnerdata
o: bind
type: none