fix env variabled for docker-runner
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Robert Kaussow 2019-11-25 00:30:50 +01:00
parent 525b58d3ee
commit fb8c94a511

View File

@ -73,7 +73,8 @@ services:
privileged: true privileged: true
{% endif %} {% endif %}
environment: environment:
- DRONE_RPC_SERVER=http://droneserver - DRONE_RPC_PROTO=http
- DRONE_RPC_HOST=droneserver
- DRONE_RPC_SECRET={{ droneci_secret }} - DRONE_RPC_SECRET={{ droneci_secret }}
- DRONE_RUNNER_CAPACITY={{ droneci_agent_capacity }} - DRONE_RUNNER_CAPACITY={{ droneci_agent_capacity }}
# TODO: temp static value, needs to be replaced by a custom fact # TODO: temp static value, needs to be replaced by a custom fact