Use the correct platform to be compatible with Docker Desktop 4.15

Signed-off-by: Michael Yuan <michael@secondstate.io>
This commit is contained in:
Michael Yuan 2022-12-02 08:00:18 +00:00
parent a630fc5076
commit c7139fa6d4
4 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ services:
- ./kafka:/app - ./kafka:/app
etl: etl:
image: etl-kafka image: etl-kafka
platform: wasi/wasm platform: wasi/wasm32
build: build:
context: etl context: etl
environment: environment:

View File

@ -20,7 +20,7 @@ services:
- ./kafka:/app - ./kafka:/app
etl: etl:
image: etl-kafka image: etl-kafka
platform: wasi/wasm platform: wasi/wasm32
build: build:
context: etl context: etl
environment: environment:

View File

@ -8,7 +8,7 @@ services:
backend: backend:
image: demo-microservice image: demo-microservice
platform: wasi/wasm platform: wasi/wasm32
build: build:
context: backend/ context: backend/
ports: ports:

View File

@ -8,7 +8,7 @@ services:
backend: backend:
image: demo-microservice image: demo-microservice
platform: wasi/wasm platform: wasi/wasm32
build: build:
context: backend/ context: backend/
ports: ports: