https and client id and secret change
This commit is contained in:
@@ -8,7 +8,7 @@ services:
|
|||||||
- /home/aetos/registry/auth:/auth:ro
|
- /home/aetos/registry/auth:/auth:ro
|
||||||
environment:
|
environment:
|
||||||
REGISTRY_TITLE: "Armory of the Codex"
|
REGISTRY_TITLE: "Armory of the Codex"
|
||||||
REGISTRY_URL: http://dcr.aetoskia.com
|
REGISTRY_URL: https://dcr.aetoskia.com
|
||||||
|
|
||||||
REGISTRY_AUTH: "htpasswd"
|
REGISTRY_AUTH: "htpasswd"
|
||||||
REGISTRY_AUTH_HTPASSWD_PATH: "/auth/htpasswd"
|
REGISTRY_AUTH_HTPASSWD_PATH: "/auth/htpasswd"
|
||||||
@@ -37,16 +37,16 @@ services:
|
|||||||
image: drone/drone:2
|
image: drone/drone:2
|
||||||
container_name: drone-server
|
container_name: drone-server
|
||||||
ports:
|
ports:
|
||||||
- "6003:80" # Drone UI/API available on http://localhost:6003
|
- "6003:80" # Drone UI/API available on https://localhost:6003
|
||||||
volumes:
|
volumes:
|
||||||
- /home/aetos/drone:/data
|
- /home/aetos/drone:/data
|
||||||
environment:
|
environment:
|
||||||
DRONE_GITEA_CLIENT_ID: 35709bf7-bc70-4d2e-a70a-d7af05011e8d
|
DRONE_GITEA_CLIENT_ID: 8445594d-7c03-41a1-b66d-4296f34fa644
|
||||||
DRONE_GITEA_CLIENT_SECRET: gto_c6a4qjrriwothfcbavwyofi27djos33wfqeiddbxtxstlgpxchia
|
DRONE_GITEA_CLIENT_SECRET: gto_f46d6utmlttauajdjxpfgikskb3j5epoohzhpp2r6j2jbed46iaq
|
||||||
DRONE_GITEA_SERVER: http://gitea.aetoskia.com
|
DRONE_GITEA_SERVER: https://gitea.aetoskia.com
|
||||||
DRONE_RPC_SECRET: supersecretkey
|
DRONE_RPC_SECRET: supersecretkey
|
||||||
DRONE_SERVER_HOST: drone.aetoskia.com
|
DRONE_SERVER_HOST: drone.aetoskia.com
|
||||||
DRONE_SERVER_PROTO: http
|
DRONE_SERVER_PROTO: https
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
- gitea
|
- gitea
|
||||||
@@ -64,7 +64,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
environment:
|
environment:
|
||||||
DRONE_RPC_PROTO: http
|
DRONE_RPC_PROTO: https
|
||||||
DRONE_RPC_HOST: drone.aetoskia.com
|
DRONE_RPC_HOST: drone.aetoskia.com
|
||||||
DRONE_RPC_SECRET: supersecretkey
|
DRONE_RPC_SECRET: supersecretkey
|
||||||
DRONE_RUNNER_CAPACITY: 2
|
DRONE_RUNNER_CAPACITY: 2
|
||||||
|
|||||||
Reference in New Issue
Block a user