forked from LaconicNetwork/kompose
* feat: support custom build and push commands Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com> * test: add functional tests of the support of custom build and push Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com> * docs: add docs of the support of custom build and push 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
|