drone server host on appnet
continuous-integration/drone/push Build was killed Detalles

This commit is contained in:
Giles Bradshaw 2020-05-07 15:25:16 +01:00
padre 583aab097d
commit c40b34634e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados

Ver fichero

@ -159,8 +159,8 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- DRONE_RPC_PROTO=https
- DRONE_RPC_HOST=${DRONE_SERVER_HOST}
- DRONE_RPC_PROTO=http
- DRONE_RPC_HOST=drone-server:8080
- DRONE_RPC_SECRET=${DRONE_RPC_SECRET}
- DRONE_RUNNER_CAPACITY=8
- DRONE_RUNNER_NAME="docker-runner"