fixed drone RPC_HOST
This commit is contained in:
@@ -65,7 +65,7 @@ services:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
environment:
|
||||
DRONE_RPC_PROTO: http
|
||||
DRONE_RPC_HOST: drone-server
|
||||
DRONE_RPC_HOST: drone.aetoskia.com
|
||||
DRONE_RPC_SECRET: supersecretkey
|
||||
DRONE_RUNNER_CAPACITY: 2
|
||||
DRONE_RUNNER_NAME: runner1
|
||||
@@ -73,6 +73,8 @@ services:
|
||||
DRONE_RUNNER_ARCH: arm64
|
||||
DRONE_LOGS_DEBUG: true
|
||||
DRONE_LOGS_TRACE: true
|
||||
extra_hosts:
|
||||
- "drone.aetoskia.com:192.168.1.111"
|
||||
|
||||
registry:
|
||||
image: registry:2
|
||||
|
Reference in New Issue
Block a user