mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-10 07:58:15 -05:00
25 lines
665 B
YAML
25 lines
665 B
YAML
infisical:
|
|
address: "https://app.infisical.com/"
|
|
auth:
|
|
type: "universal-auth"
|
|
config:
|
|
client-id: "./client-id"
|
|
client-secret: "./client-secret"
|
|
remove_client_secret_on_read: false
|
|
sinks:
|
|
- type: "file"
|
|
config:
|
|
path: "access-token"
|
|
templates:
|
|
- source-path: my-dot-ev-secret-template
|
|
destination-path: my-dot-env.env
|
|
config:
|
|
polling-interval: 60s
|
|
execute:
|
|
command: docker-compose -f docker-compose.prod.yml down && docker-compose -f docker-compose.prod.yml up -d
|
|
- source-path: my-dot-ev-secret-template1
|
|
destination-path: my-dot-env-1.env
|
|
config:
|
|
exec:
|
|
command: mkdir hello-world1
|