From 4903782c320912d14b4c076a7953f0e7ae5e14b6 Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Wed, 1 Oct 2025 16:06:54 +0530 Subject: [PATCH] https and client id and secret change --- docker-compose.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 1c28f33..96da676 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -8,7 +8,7 @@ services: - /home/aetos/registry/auth:/auth:ro environment: REGISTRY_TITLE: "Armory of the Codex" - REGISTRY_URL: http://dcr.aetoskia.com + REGISTRY_URL: https://dcr.aetoskia.com REGISTRY_AUTH: "htpasswd" REGISTRY_AUTH_HTPASSWD_PATH: "/auth/htpasswd" @@ -37,16 +37,16 @@ services: image: drone/drone:2 container_name: drone-server ports: - - "6003:80" # Drone UI/API available on http://localhost:6003 + - "6003:80" # Drone UI/API available on https://localhost:6003 volumes: - /home/aetos/drone:/data environment: - DRONE_GITEA_CLIENT_ID: 35709bf7-bc70-4d2e-a70a-d7af05011e8d - DRONE_GITEA_CLIENT_SECRET: gto_c6a4qjrriwothfcbavwyofi27djos33wfqeiddbxtxstlgpxchia - DRONE_GITEA_SERVER: http://gitea.aetoskia.com + DRONE_GITEA_CLIENT_ID: 8445594d-7c03-41a1-b66d-4296f34fa644 + DRONE_GITEA_CLIENT_SECRET: gto_f46d6utmlttauajdjxpfgikskb3j5epoohzhpp2r6j2jbed46iaq + DRONE_GITEA_SERVER: https://gitea.aetoskia.com DRONE_RPC_SECRET: supersecretkey DRONE_SERVER_HOST: drone.aetoskia.com - DRONE_SERVER_PROTO: http + DRONE_SERVER_PROTO: https restart: always depends_on: - gitea @@ -64,7 +64,7 @@ services: volumes: - /var/run/docker.sock:/var/run/docker.sock environment: - DRONE_RPC_PROTO: http + DRONE_RPC_PROTO: https DRONE_RPC_HOST: drone.aetoskia.com DRONE_RPC_SECRET: supersecretkey DRONE_RUNNER_CAPACITY: 2