Skip to content

Instantly share code, notes, and snippets.

@zupzup
Created May 26, 2020 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zupzup/ecd4ea4c897790a6de0456d6ecabdeb3 to your computer and use it in GitHub Desktop.
Save zupzup/ecd4ea4c897790a6de0456d6ecabdeb3 to your computer and use it in GitHub Desktop.
container juggler examples
templateFolderPath: ./templates/
scenarios:
auth:
- redis
- auth-db
- auth-service
auth-service:
extra_hosts:
- other-service:192.168.8.110
- other-service-db:192.168.8.110
...
image: redis:5.0.3
ports:
- "6379:6379"
container-juggler generate auth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment