Update the docker compose files for the new Docker Desktop release
Signed-off-by: Michael Yuan <michael@secondstate.io>
This commit is contained in:
parent
8636184751
commit
a630fc5076
@ -20,10 +20,9 @@ services:
|
|||||||
- ./kafka:/app
|
- ./kafka:/app
|
||||||
etl:
|
etl:
|
||||||
image: etl-kafka
|
image: etl-kafka
|
||||||
|
platform: wasi/wasm
|
||||||
build:
|
build:
|
||||||
context: etl
|
context: etl
|
||||||
platforms:
|
|
||||||
- wasi/wasm32
|
|
||||||
environment:
|
environment:
|
||||||
DATABASE_URL: mysql://root:whalehello@db:3306/mysql
|
DATABASE_URL: mysql://root:whalehello@db:3306/mysql
|
||||||
KAFKA_URL: kafka://redpanda:9092/order
|
KAFKA_URL: kafka://redpanda:9092/order
|
||||||
|
@ -20,10 +20,9 @@ services:
|
|||||||
- ./kafka:/app
|
- ./kafka:/app
|
||||||
etl:
|
etl:
|
||||||
image: etl-kafka
|
image: etl-kafka
|
||||||
|
platform: wasi/wasm
|
||||||
build:
|
build:
|
||||||
context: etl
|
context: etl
|
||||||
platforms:
|
|
||||||
- wasi/wasm32
|
|
||||||
environment:
|
environment:
|
||||||
DATABASE_URL: mysql://root:whalehello@db:3306/mysql
|
DATABASE_URL: mysql://root:whalehello@db:3306/mysql
|
||||||
KAFKA_URL: kafka://redpanda:9092/order
|
KAFKA_URL: kafka://redpanda:9092/order
|
||||||
|
@ -8,10 +8,9 @@ services:
|
|||||||
|
|
||||||
backend:
|
backend:
|
||||||
image: demo-microservice
|
image: demo-microservice
|
||||||
|
platform: wasi/wasm
|
||||||
build:
|
build:
|
||||||
context: backend/
|
context: backend/
|
||||||
platforms:
|
|
||||||
- wasi/wasm32
|
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
environment:
|
environment:
|
||||||
|
@ -8,10 +8,9 @@ services:
|
|||||||
|
|
||||||
backend:
|
backend:
|
||||||
image: demo-microservice
|
image: demo-microservice
|
||||||
|
platform: wasi/wasm
|
||||||
build:
|
build:
|
||||||
context: backend/
|
context: backend/
|
||||||
platforms:
|
|
||||||
- wasi/wasm32
|
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user