diff options
Diffstat (limited to 'app/drone-ci/integration/docker-compose.yml')
-rw-r--r-- | app/drone-ci/integration/docker-compose.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/drone-ci/integration/docker-compose.yml b/app/drone-ci/integration/docker-compose.yml index 1e37255..2644918 100644 --- a/app/drone-ci/integration/docker-compose.yml +++ b/app/drone-ci/integration/docker-compose.yml @@ -13,13 +13,10 @@ services: - DRONE_RPC_DUMP_HTTP=true - DRONE_RPC_DUMP_HTTP_BODY=true - DRONE_RUNNER_NAME=${DRONE_NAME} - - DRONE_RUNNER_LABELS=nix:1 - #- DRONE_RUNNER_VOLUMES=/var/lib/drone/nix:/nix ports: - "3000:3000/tcp" volumes: - "/var/run/docker.sock:/var/run/docker.sock" - - "/var/lib/drone/nix:/var/lib/drone/nix" drone-gc: image: drone/gc:latest |