We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36fae8a commit 9520973Copy full SHA for 9520973
docker-compose.yml
@@ -8,7 +8,7 @@ services:
8
- UVICORN_HOST=0.0.0.0
9
- DB_HOST=host.docker.internal
10
- DB_NAME=lifehub
11
- - FRONTEND_URL=http://lifehub-frontend
+ - FRONTEND_URL=http://localhost
12
- VAULT_ADDR=http://host.docker.internal:8200
13
- VAULT_APPROLE_ROLE_ID=${VAULT_APPROLE_ROLE_ID}
14
- VAULT_APPROLE_SECRET_ID=${VAULT_APPROLE_SECRET_ID}
0 commit comments