Created
March 21, 2020 02:01
All redefining external network name through an environment variable
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3' | |
services: | |
some-service: | |
image: openjdk:8-jre-alpine | |
networks: | |
- pulsar-net | |
networks: | |
pulsar-net: | |
external: | |
name: $PULSAR_NETWORK |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment