fixed subnets, drone proto & host, cleaned up vault

This commit is contained in:
Bastian de Byl
2022-10-06 20:50:05 -04:00
parent 50470a25d7
commit 5d12d516ae
12 changed files with 27 additions and 23 deletions

View File

@@ -26,6 +26,8 @@
restart: true
restart_policy: on-failure
log_driver: journald
network:
- shared
env:
DRONE_LOGS_DEBUG: "false"
DRONE_RPC_DEBUG: "false"
@@ -57,9 +59,11 @@
restart: true
restart_policy: on-failure
log_driver: journald
network:
- shared
env:
DRONE_RPC_SECRET: "{{ drone_rpc_secret }}"
DRONE_RPC_HOST: "{{ ci_server_name }}"
DRONE_RPC_HOST: "drone"
DRONE_RPC_PROTO: "{{ drone_server_proto }}"
DRONE_RUNNER_CAPACITY: "{{ drone_runner_capacity }}"
volumes: