Refactored DRONE_RPC_HOST=localhost
This commit is contained in:
@@ -24,7 +24,7 @@ drone-runner:
|
|||||||
container_name: drone-runner
|
container_name: drone-runner
|
||||||
environment:
|
environment:
|
||||||
- DRONE_RPC_PROTO=http
|
- DRONE_RPC_PROTO=http
|
||||||
- DRONE_RPC_HOST=drone
|
- DRONE_RPC_HOST=localhost:8080
|
||||||
- DRONE_RPC_SECRET=${DRONE_RPC_SECRET}
|
- DRONE_RPC_SECRET=${DRONE_RPC_SECRET}
|
||||||
- DRONE_RUNNER_CAPACITY=2
|
- DRONE_RUNNER_CAPACITY=2
|
||||||
- DRONE_RUNNER_NAME=local-runner
|
- DRONE_RUNNER_NAME=local-runner
|
||||||
|
|||||||
Reference in New Issue
Block a user