forked from LaconicNetwork/kompose
Network Key Translation Feature and test cases (#1195)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
version: '3'
|
||||
networks:
|
||||
app:
|
||||
external:
|
||||
name: app-network
|
||||
web:
|
||||
external:
|
||||
name: web-network
|
||||
services:
|
||||
appFoo:
|
||||
image: foo:latest
|
||||
command: sh -c "echo Hello Foo"
|
||||
networks:
|
||||
app: {}
|
||||
web: {}
|
||||
Reference in New Issue
Block a user