fix BASE_INTERNAL_URL

This commit is contained in:
Ruben Fiszel
2023-02-10 18:29:10 +01:00
parent c5c979b7d7
commit 4aaa5d8fb8

View File

@@ -47,7 +47,7 @@ services:
environment:
- DATABASE_URL=postgres://postgres:${DB_PASSWORD}@db/windmill?sslmode=disable
- BASE_URL=http://${WM_BASE_URL}
- BASE_INTERNAL_URL=http://localhost:8000
- BASE_INTERNAL_URL=http://windmill_server:8000
- RUST_LOG=info
- NUM_WORKERS=1
- DISABLE_SERVER=true