parent
ddd80865f7
commit
4bf13b0000
10 changed files with 62 additions and 12 deletions
compute-vel/traefik
16
compute-vel/traefik/.env
Normal file
16
compute-vel/traefik/.env
Normal file
|
@ -0,0 +1,16 @@
|
|||
TRAEFIK_KOP_REDIS_ADDR=[[TRAEFIK_KOP_REDIS_ADDR]]
|
||||
TRAEFIK_KOP_REDIS_PASS=[[TRAEFIK_KOP_REDIS_PASS]]
|
||||
|
||||
# TRACS3 ENV
|
||||
TRACS_AWS_REGION=[[TRACS_AWS_REGION]]
|
||||
TRACS_S3_ENDPOINT=[[TRACS_S3_ENDPOINT]]
|
||||
TRACS_S3_ACCESS_KEY_ID=[[TRACS_S3_ACCESS_KEY_ID]]
|
||||
TRACS_S3_SECRET=[[TRACS_S3_SECRET]]
|
||||
TRACS_CLOSET_BUCKET=[[TRACS_CLOSET_BUCKET]]
|
||||
TRACS_CLOSET_PASSWORD=[[TRACS_CLOSET_PASSWORD]]
|
||||
AWS_CONFIGURE_PLUGINS=awscli_plugin_endpoint
|
||||
AWS_REQUEST_CHECKSUM_CALCULATION=WHEN_REQUIRED
|
||||
AWS_S3_SIGNATURE_VERSION=s3v4
|
||||
TRAEFIK_LOCAL_STORE=/certificates/
|
||||
TRAEFIK_OUTPUT_FILE=/configs/certificates.toml
|
||||
TRAEFIK_CERTIFICATE_DIR=/certificates/
|
|
@ -1,6 +0,0 @@
|
|||
AWS_CONFIGURE_PLUGINS=awscli_plugin_endpoint
|
||||
AWS_REQUEST_CHECKSUM_CALCULATION=WHEN_REQUIRED
|
||||
AWS_S3_SIGNATURE_VERSION=s3v4
|
||||
TRAEFIK_LOCAL_STORE=/certificates/
|
||||
TRAEFIK_OUTPUT_FILE=/configs/certificates.toml
|
||||
TRAEFIK_CERTIFICATE_DIR=/certificates/
|
Loading…
Add table
Add a link
Reference in a new issue