made space for new stuff
This commit is contained in:
+8
-8
@@ -1,15 +1,15 @@
|
||||
services:
|
||||
runner-rust:
|
||||
image: gitea-runner-rust
|
||||
build: /etc/komodo/stacks/gitea-runners
|
||||
build:
|
||||
context: .
|
||||
dockerfile: dockerfiles/rust/Dockerfile
|
||||
container_name: rust-runner-gitea
|
||||
volumes:
|
||||
- gitea-runner-data:/data # named volume, has your .runner registration
|
||||
- /etc/komodo/stacks/gitea-runners/rust-data/config.yml:/data/config.yml # your config override
|
||||
- /var/run/docker.sock:/var/run/docker.sock # docker socket
|
||||
# Map the specific 'rust' folder to the container's /data
|
||||
- ./runner-data/rust:/data
|
||||
# Map your specific rust config
|
||||
- ./rust-data/config.yml:/data/config.yml
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
network_mode: host
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
gitea-runner-data:
|
||||
external: true # tells compose this volume already exists, don't recreate it
|
||||
|
||||
Reference in New Issue
Block a user