Skip to content

Commit

Permalink
Update docker-compose.yml (windmill-labs#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasLemanowicz authored Aug 22, 2022
1 parent 81a17a2 commit 15cf33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15cf33c

Please sign in to comment.