maj drone vault
This commit is contained in:
parent
784a669639
commit
d0105b1217
@ -7,6 +7,7 @@ DRONE_RPC_SECRET=""
|
||||
DRONE_GITEA_GIT_USERNAME=""
|
||||
DRONE_GITEA_GIT_PASSWORD=""
|
||||
# for drone vault
|
||||
DRONE_SECRET=""
|
||||
#DRONE_SECRET=""
|
||||
VAULT_ADDR="http://0.0.0.0:3003"
|
||||
VAULT_TOKEN=""
|
||||
VAULT_TOKEN=""
|
||||
DRONE_SECRET_SECRET=""
|
||||
@ -55,7 +55,7 @@ services:
|
||||
# - DRONE_SECRET_PLUGIN_ENDPOINT=drone-vault:3003
|
||||
# - DRONE_SECRET_PLUGIN_TOKEN=${DRONE_SECRET}
|
||||
- DRONE_RPC_SERVER=https://drone-server:3001
|
||||
- DRONE_SECRET_SECRET=734e405271785460ccdf97f0ebad7073
|
||||
- DRONE_SECRET_SECRET=${DRONE_SECRET_SECRET}
|
||||
- DRONE_SECRET_ENDPOINT=http://drone-vault:3003
|
||||
- DRONE_LOGS_TRACE=true
|
||||
ports:
|
||||
@ -73,11 +73,11 @@ services:
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- SECRET_KEY=734e405271785460ccdf97f0ebad7073
|
||||
- SECRET_KEY=${DRONE_SECRET_SECRET}
|
||||
- VAULT_ADDR=http://0.0.0.0:3003
|
||||
- VAULT_TOKEN_RENEWAL=8h
|
||||
- VAULT_TOKEN_TTL=48h
|
||||
- VAULT_TOKEN=be071b75-0000-ffff-eeee-fffeeeee0000
|
||||
- VAULT_TOKEN=be071b75-0840-ffff-eafee-fdfeeiee0109
|
||||
- DRONE_RPC_SERVER=https://drone-server:3001
|
||||
- DRONE_RPC_SECRET=b1631ec6ccf4670e681a16476be8f014
|
||||
- DEBUG=true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user