Update drone db and add new oauth credentials.

This commit is contained in:
2024-11-25 10:55:34 +01:00
parent cf0f8115ec
commit 8d1b8afb99

View File

@@ -20,8 +20,8 @@ services:
hostname: drone
environment:
DRONE_GITEA_SERVER: https://cs-git.ddnss.de
DRONE_GITEA_CLIENT_ID: 0dbc7a28-3078-4c3c-88ad-d9de82a21df1
DRONE_GITEA_CLIENT_SECRET: gto_sfsva4l6zzbyxgw35mmoomu6eqiyw4em2zgt4isiynomdsjzi5oq
DRONE_GITEA_CLIENT_ID: caeb0cca-1c77-4f08-94d0-e5f590a49c2a
DRONE_GITEA_CLIENT_SECRET: gto_ytev5itbz7ijw272zw7b35dolbzpe6fu2g6yal7tswmmqh5jdj5a
DRONE_RPC_SECRET: 3800abd1e957cc5aa82c584e0b3201a7
DRONE_SERVER_HOST: drone.fam-steinle.de
DRONE_SERVER_PROTO: https
@@ -49,7 +49,7 @@ services:
- "traefik.http.services.drone-secure.loadbalancer.server.port=80"
drone-db:
image: postgres:14-alpine
image: postgres:15-alpine
container_name: drone-db
hostname: drone-db
restart: unless-stopped