Skip to content

Commit 9520973

Browse files
committed
fix callback host
closes #85
1 parent 36fae8a commit 9520973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
- UVICORN_HOST=0.0.0.0
99
- DB_HOST=host.docker.internal
1010
- DB_NAME=lifehub
11-
- FRONTEND_URL=http://lifehub-frontend
11+
- FRONTEND_URL=http://localhost
1212
- VAULT_ADDR=http://host.docker.internal:8200
1313
- VAULT_APPROLE_ROLE_ID=${VAULT_APPROLE_ROLE_ID}
1414
- VAULT_APPROLE_SECRET_ID=${VAULT_APPROLE_SECRET_ID}

0 commit comments

Comments
 (0)