Skip to content

Commit 3ffdc0b

Browse files
committed
Comment out web UI in docker-compose for CI
1 parent b2b6270 commit 3ffdc0b

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

docker-compose.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +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
19+
# Uncomment to run the Marquez web UI locally
20+
# web:
21+
# image: marquezproject/marquez-web:latest
22+
# platform: linux/amd64
23+
# ports:
24+
# - "3000:3000"
25+
# depends_on:
26+
# - marquez
27+
# environment:
28+
# - MARQUEZ_HOST=marquez
29+
# - MARQUEZ_PORT=5000
30+
# - WEB_PORT=3000
3031

3132
db:
3233
image: postgres:14

0 commit comments

Comments
 (0)