2022-08-31 16:13:03 +02:00
|
|
|
services:
|
|
|
|
serviceA:
|
2022-08-31 20:53:41 +02:00
|
|
|
image: build-test-platform-a:test
|
2022-08-31 16:13:03 +02:00
|
|
|
build:
|
|
|
|
context: ./contextServiceA
|
|
|
|
platforms:
|
|
|
|
- linux/amd64
|
|
|
|
- linux/arm64
|
|
|
|
serviceB:
|
2022-08-31 20:53:41 +02:00
|
|
|
image: build-test-platform-b:test
|
2022-08-31 16:13:03 +02:00
|
|
|
build:
|
|
|
|
context: ./contextServiceB
|
|
|
|
platforms:
|
|
|
|
- linux/amd64
|
|
|
|
- linux/arm64
|
|
|
|
serviceC:
|
2022-08-31 20:53:41 +02:00
|
|
|
image: build-test-platform-c:test
|
2022-08-31 16:13:03 +02:00
|
|
|
build:
|
|
|
|
context: ./contextServiceC
|
|
|
|
platforms:
|
|
|
|
- linux/amd64
|
|
|
|
- linux/arm64
|
|
|
|
|