Skip to content

Commit 1cfa6b7

Browse files
committed
Add docker override for linux/amd64
Signed-off-by: Willy Lulciuc <[email protected]>
1 parent 22eca9b commit 1cfa6b7

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

docker-compose.seed.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ version: "3.7"
22
services:
33
seed_marquez:
44
image: "marquezproject/marquez:${TAG}"
5+
# platform: linux/amd64
56
container_name: seed-marquez-with-metadata
67
environment:
78
- MARQUEZ_URL=http://api:${API_PORT}

docker-compose.web.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ version: "3.7"
22
services:
33
web:
44
image: "marquezproject/marquez-web:${TAG}"
5+
# platform: linux/amd64
56
container_name: marquez-web
67
build:
78
context: .

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ version: "3.7"
22
services:
33
api:
44
image: "marquezproject/marquez:${TAG}"
5+
# platform: linux/amd64
56
container_name: marquez-api
67
environment:
78
- MARQUEZ_PORT=${API_PORT}

0 commit comments

Comments
 (0)