Skip to content

Commit b2b6270

Browse files
committed
Add Marquez web UI to docker-compose
1 parent f9b8e9f commit b2b6270

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@ services:
1616
- POSTGRES_USER=marquez
1717
- POSTGRES_PASSWORD=marquez
1818

19+
web:
20+
image: marquezproject/marquez-web:latest
21+
platform: linux/amd64
22+
ports:
23+
- "3000:3000"
24+
depends_on:
25+
- marquez
26+
environment:
27+
- MARQUEZ_HOST=marquez
28+
- MARQUEZ_PORT=5000
29+
- WEB_PORT=3000
30+
1931
db:
2032
image: postgres:14
2133
environment:

uv.lock

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)