.
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
469f884314
commit
8975d1fe00
|
@ -32,72 +32,6 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- appnet
|
- appnet
|
||||||
- externalnet
|
- externalnet
|
||||||
drone-server:
|
|
||||||
# drone server application
|
|
||||||
deploy:
|
|
||||||
placement:
|
|
||||||
constraints: [node.labels.com.sigyl.git-stack == yes]
|
|
||||||
replicas: 1
|
|
||||||
restart_policy:
|
|
||||||
condition: any
|
|
||||||
image: drone/drone:1.7.0
|
|
||||||
volumes:
|
|
||||||
- drone:/var/lib/drone
|
|
||||||
- drone-data:/data
|
|
||||||
environment:
|
|
||||||
- DRONE_LOGS_DEBUG=true
|
|
||||||
- DRONE_LOGS_PRETTY=true
|
|
||||||
- DRONE_GITEA_SERVER=${DRONE_GITEA_SERVER}
|
|
||||||
- DRONE_GITEA_CLIENT_ID=${DRONE_GITEA_CLIENT_ID}
|
|
||||||
- DRONE_GITEA_CLIENT_SECRET=${DRONE_GITEA_CLIENT_SECRET}
|
|
||||||
- DRONE_SERVER_HOST=${DRONE_SERVER_HOST} # tunnel hostname
|
|
||||||
- DRONE_ADMIN=giles
|
|
||||||
- DRONE_SERVER_PROTO=https # tunnel adds https on top
|
|
||||||
- DRONE_SERVER_PORT=:8080
|
|
||||||
- DRONE_RPC_SECRET=${DRONE_RPC_SECRET}
|
|
||||||
- DRONE_USER_CREATE=username:giles,admin:true
|
|
||||||
- DRONE_AGENTS_ENABLED=true
|
|
||||||
- DRONE_CONVERT_PLUGIN_ENDPOINT=http://drone-starlark:3000
|
|
||||||
- DRONE_CONVERT_PLUGIN_SECRET=${DRONE_CONVERT_SECRET}
|
|
||||||
networks:
|
|
||||||
- appnet
|
|
||||||
- externalnet
|
|
||||||
drone-docker-runner:
|
|
||||||
# drone runner performs builds
|
|
||||||
deploy:
|
|
||||||
placement:
|
|
||||||
constraints: [node.labels.com.sigyl.git-stack == yes]
|
|
||||||
replicas: 1
|
|
||||||
restart_policy:
|
|
||||||
condition: any
|
|
||||||
image: drone/drone-runner-docker:1
|
|
||||||
volumes:
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
|
||||||
environment:
|
|
||||||
- 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"
|
|
||||||
networks:
|
|
||||||
- appnet
|
|
||||||
drone-starlark:
|
|
||||||
# drone starlark server converts starlark to yaml
|
|
||||||
deploy:
|
|
||||||
placement:
|
|
||||||
constraints: [node.labels.com.sigyl.git-stack == yes]
|
|
||||||
replicas: 1
|
|
||||||
restart_policy:
|
|
||||||
condition: any
|
|
||||||
image: ${LOCAL_DOCKER_REGISTRY}drone-starlark
|
|
||||||
environment:
|
|
||||||
- DRONE_DEBUG=true
|
|
||||||
- DRONE_SECRET=${DRONE_CONVERT_SECRET}
|
|
||||||
- DRONE_STARLARK_REPO_PATHS=this:/repos
|
|
||||||
- SIGYL_STACK_NAME=$SIGYL_STACK_NAME
|
|
||||||
- SIGYL_STACK_ROOT=$SIGYL_STACK_ROOT
|
|
||||||
networks:
|
|
||||||
- appnet
|
|
||||||
ghost:
|
ghost:
|
||||||
# ghost blog
|
# ghost blog
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -431,8 +365,6 @@ services:
|
||||||
constraints: [node.platform.os == linux]
|
constraints: [node.platform.os == linux]
|
||||||
volumes:
|
volumes:
|
||||||
gitea-app:
|
gitea-app:
|
||||||
drone:
|
|
||||||
drone-data:
|
|
||||||
registry-data:
|
registry-data:
|
||||||
guacamole-postgresql-data:
|
guacamole-postgresql-data:
|
||||||
commento-postgresql-data:
|
commento-postgresql-data:
|
||||||
|
|
Reference in New Issue