changes in nginx config, couse i retarded enough to do it in one approach

This commit is contained in:
tdv
2025-10-15 19:16:16 +03:00
parent bdb89f0966
commit 40b7e590a3
3 changed files with 40 additions and 12 deletions

View File

@@ -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: