#120 Split data directories
All checks were successful
Docker Compose Config / docker-compose-config (push) Successful in 32s

This commit is contained in:
Joey Hafner 2024-02-12 23:27:53 -08:00
parent d08863da9a
commit 23434b00fb

View File

@ -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: