mirror of
https://github.com/fbartels/cloudron-drone-app.git
synced 2024-11-22 13:21:00 +00:00
45a8c36530
Signed-off-by: Felix Bartels <felix@host-consultants.de>
15 lines
407 B
YAML
15 lines
407 B
YAML
version: '3'
|
|
|
|
services:
|
|
drone-agent:
|
|
container_name: drone-agent
|
|
image: drone/agent:1
|
|
command: agent
|
|
restart: always
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
environment:
|
|
- DRONE_RPC_SERVER=${DRONE_RPC_SERVER}
|
|
- DRONE_RPC_SECRET=${DRONE_RPC_SECRET}
|
|
- DRONE_RUNNER_CAPACITY=${DRONE_RUNNER_CAPACITY}
|
|
- DRONE_RUNNER_NAME=${DRONE_RUNNER_NAME}
|