Skip to content

Instantly share code, notes, and snippets.

@reasdom
Last active February 6, 2019 04:22
Show Gist options
  • Save reasdom/a0c359d89f9b3239e56847bfcd81be72 to your computer and use it in GitHub Desktop.
Save reasdom/a0c359d89f9b3239e56847bfcd81be72 to your computer and use it in GitHub Desktop.
Part of docker-compose-cli.yaml
# Part of docker-compose-cli.yaml
networks:
byfn:
services:
orderer.example.com:
extends: # notice here!
file: base/docker-compose-base.yaml
service: orderer.example.com
container_name: orderer.example.com
networks:
- byfn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment