changes in nginx config, couse i retarded enough to do it in one approach
This commit is contained in:
@@ -44,9 +44,9 @@ services:
|
||||
args:
|
||||
APP_DIR: ${API_APP_DIR:-./cmd/api}
|
||||
environment:
|
||||
VAULT_ADDR: "http://vault:8200"
|
||||
VAULT_TOKEN: "root"
|
||||
VAULT_KV_PATH: "kv/data/snoop"
|
||||
VAULT_ADDR: "http://host.docker.internal:8200"
|
||||
VAULT_TOKEN: "hvs.tZ4eh9P18sCZ5c1PZIz59EmH"
|
||||
# VAULT_KV_PATH: "kv/data/snoop"
|
||||
MINIO_ENDPOINT: "http://minio:9000"
|
||||
JWT_SECRET: ${JWT_SECRET}
|
||||
env_file:
|
||||
|
||||
Reference in New Issue
Block a user