Change wasi/wasm32 to wasi/wasm to conform with the latest spec
Signed-off-by: Michael Yuan <michael@secondstate.io>
This commit is contained in:
parent
bbe1a6d1d1
commit
574e9807c6
@ -20,7 +20,7 @@ services:
|
|||||||
- ./kafka:/app
|
- ./kafka:/app
|
||||||
etl:
|
etl:
|
||||||
image: etl-kafka
|
image: etl-kafka
|
||||||
platform: wasi/wasm32
|
platform: wasi/wasm
|
||||||
build:
|
build:
|
||||||
context: etl
|
context: etl
|
||||||
environment:
|
environment:
|
||||||
|
@ -20,7 +20,7 @@ services:
|
|||||||
- ./kafka:/app
|
- ./kafka:/app
|
||||||
etl:
|
etl:
|
||||||
image: etl-kafka
|
image: etl-kafka
|
||||||
platform: wasi/wasm32
|
platform: wasi/wasm
|
||||||
build:
|
build:
|
||||||
context: etl
|
context: etl
|
||||||
environment:
|
environment:
|
||||||
|
@ -8,7 +8,7 @@ services:
|
|||||||
|
|
||||||
backend:
|
backend:
|
||||||
image: demo-microservice
|
image: demo-microservice
|
||||||
platform: wasi/wasm32
|
platform: wasi/wasm
|
||||||
build:
|
build:
|
||||||
context: backend/
|
context: backend/
|
||||||
ports:
|
ports:
|
||||||
|
@ -8,7 +8,7 @@ services:
|
|||||||
|
|
||||||
backend:
|
backend:
|
||||||
image: demo-microservice
|
image: demo-microservice
|
||||||
platform: wasi/wasm32
|
platform: wasi/wasm
|
||||||
build:
|
build:
|
||||||
context: backend/
|
context: backend/
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user