build on host net
Signed-off-by: Ava Hahn <a.hahn@f5.com>
This commit is contained in:
parent
ff1bf042e7
commit
ce3844ef4e
5 changed files with 108 additions and 4 deletions
|
|
@ -2,6 +2,7 @@ services:
|
|||
kasvc-0: &kasvc
|
||||
build:
|
||||
context: kasvc
|
||||
network: host
|
||||
platforms:
|
||||
- linux/x86_64
|
||||
platform: linux/x86_64
|
||||
|
|
@ -53,6 +54,7 @@ services:
|
|||
kaproxy:
|
||||
build:
|
||||
context: kaproxy
|
||||
network: host
|
||||
platforms:
|
||||
- linux/x86_64
|
||||
platform: linux/x86_64
|
||||
|
|
@ -68,6 +70,7 @@ services:
|
|||
kaclient:
|
||||
build:
|
||||
context: kaclient
|
||||
network: host
|
||||
platforms:
|
||||
- linux/x86_64
|
||||
platform: linux/x86_64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue