--- vars: port: "8042" domain: "drone.autonomic.zone" volumes: - /var/lib/drone:/data - /var/run/docker.sock:/var/run/docker.sock env: DOKKU_LETSENCRYPT_EMAIL: "helo@autonomic.zone" DRONE_GITEA_CLIENT_ID: "{{ vault.gitea_client_id }}" DRONE_GITEA_CLIENT_SECRET: "{{ vault.gitea_client_secret }}" DRONE_GITEA_SERVER: "https://git.autonomic.zone" DRONE_GIT_ALWAYS_AUTH: "true" DRONE_JSONNET_ENABLED: "true" DRONE_RPC_SECRET: "{{ vault.rpc_secret }}" DRONE_SERVER_HOST: "drone.autonomic.zone" DRONE_SERVER_PORT: ":{{ vars.port }}" DRONE_SERVER_PROTO: "https" DRONE_USER_FILTER: "autonomic-cooperative"