forked from LaconicNetwork/kompose
* feat: disable network policies default generation Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com> * docs: add the generate-network-policies flag to user guide Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com> * test: add unit tests of the network policies generation Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com> --------- Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
11 lines
95 B
YAML
11 lines
95 B
YAML
version: '3.8'
|
|
|
|
networks:
|
|
web:
|
|
|
|
services:
|
|
nginx:
|
|
image: nginx
|
|
networks:
|
|
- web
|