#120 Split data directories
All checks were successful
Docker Compose Config / docker-compose-config (push) Successful in 32s
All checks were successful
Docker Compose Config / docker-compose-config (push) Successful in 32s
This commit is contained in:
parent
d08863da9a
commit
23434b00fb
@ -49,7 +49,7 @@ services:
|
||||
- gitea
|
||||
volumes:
|
||||
- ./runner_config.yaml:/config.yaml
|
||||
- $DOCKER_DATA/runner:/data
|
||||
- $DOCKER_DATA/runner-dind:/data
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
runner-ubuntu:
|
||||
@ -66,7 +66,7 @@ services:
|
||||
- gitea
|
||||
volumes:
|
||||
- ./runner_config.yaml:/config.yaml
|
||||
- $DOCKER_DATA/runner:/data
|
||||
- $DOCKER_DATA/runner-ubuntu:/data
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
networks:
|
||||
|
Loading…
Reference in New Issue
Block a user