We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b6270 commit 3ffdc0bCopy full SHA for 3ffdc0b
docker-compose.yml
@@ -16,17 +16,18 @@ services:
16
- POSTGRES_USER=marquez
17
- POSTGRES_PASSWORD=marquez
18
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
+ # Uncomment to run the Marquez web UI locally
+ # web:
+ # image: marquezproject/marquez-web:latest
+ # platform: linux/amd64
+ # ports:
+ # - "3000:3000"
+ # depends_on:
+ # - marquez
+ # environment:
+ # - MARQUEZ_HOST=marquez
+ # - MARQUEZ_PORT=5000
30
+ # - WEB_PORT=3000
31
32
db:
33
image: postgres:14
0 commit comments