Update hostname configuration

This commit is contained in:
Tanguy Herbron 2021-08-22 20:33:47 +00:00
parent 00b7a36c8c
commit b4fb0a69c2

View File

@ -7,7 +7,7 @@ services:
- DRONE_RPC_HOST=${RPC_HOST}
- DRONE_RPC_SECRET=${RPC_SECRET}
- DRONE_RUNNER_CAPACITY=${RUNNER_CAPACITY}
- DRONE_RUNNER_NAME=${HOSTNAME}
- DRONE_RUNNER_NAME=${HOST}
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /opt/services:/opt/services