mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 12:19:37 -06:00
48 lines
1.6 KiB
YAML
48 lines
1.6 KiB
YAML
---
|
|
- name: continuous-deployment-ocis-hello-latest
|
|
server:
|
|
server_type: cx21
|
|
image: ubuntu-20.04
|
|
location: nbg1
|
|
initial_ssh_key_names:
|
|
- owncloud-ocis@drone.owncloud.com
|
|
labels:
|
|
owner: wkloucek
|
|
for: oCIS-continuous-deployment-examples
|
|
rebuild: $REBUILD
|
|
rebuild_carry_paths:
|
|
- /var/lib/docker/volumes/ocis_certs
|
|
|
|
domains:
|
|
- "*.ocis-hello.latest.owncloud.works"
|
|
|
|
vars:
|
|
ssh_authorized_keys:
|
|
- https://github.com/butonic.keys
|
|
- https://github.com/fschade.keys
|
|
- https://github.com/kulmann.keys
|
|
- https://github.com/micbar.keys
|
|
- https://github.com/wkloucek.keys
|
|
docker_compose_projects:
|
|
- name: ocis
|
|
git_url: https://github.com/owncloud/ocis.git
|
|
ref: master
|
|
docker_compose_path: deployments/examples/ocis_hello
|
|
env:
|
|
INSECURE: "false"
|
|
TRAEFIK_ACME_MAIL: wkloucek@owncloud.com
|
|
OCIS_DOCKER_TAG: latest
|
|
OCIS_DOMAIN: ocis.ocis-hello.latest.owncloud.works
|
|
DEMO_USERS: "true"
|
|
COMPOSE_FILE: docker-compose.yml:monitoring_tracing/docker-compose-additions.yml
|
|
- name: monitoring
|
|
git_url: https://github.com/owncloud-devops/monitoring-tracing-client.git
|
|
ref: master
|
|
env:
|
|
NETWORK_NAME: ocis-net
|
|
TELEMETRY_SERVE_DOMAIN: telemetry.ocis-hello.latest.owncloud.works
|
|
JAEGER_COLLECTOR: jaeger-collector.infra.owncloud.works:443
|
|
TELEGRAF_SPECIFIC_CONFIG: ocis_single_container
|
|
OCIS_URL: ocis.ocis-hello.latest.owncloud.works
|
|
OCIS_DEPLOYMENT_ID: continuous-deployment-ocis-hello-latest
|