Update docker-compose.yml (#472)

This commit is contained in:
Lucas Lemanowicz
2022-08-22 23:51:52 +02:00
committed by GitHub
parent 3df7a7878a
commit 39881eaa34
+1 -1
View File
@@ -27,7 +27,7 @@ services:
- 8000:8000
environment:
- DATABASE_URL=postgres://postgres:${DB_PASSWORD}@db/windmill?sslmode=disable
- BASE_URL=http://${WM_BASE_URL}}
- BASE_URL=http://${WM_BASE_URL}
- BASE_INTERNAL_URL=http://localhost:8000
- RUST_LOG=info
- NUM_WORKERS=3