Skip to content

Instantly share code, notes, and snippets.

@trstringer
Created January 14, 2018 15:53
Show Gist options
  • Select an option

  • Save trstringer/a97b063f2140ddb94caafa549e82546a to your computer and use it in GitHub Desktop.

Select an option

Save trstringer/a97b063f2140ddb94caafa549e82546a to your computer and use it in GitHub Desktop.
version: '3'
services:
svc1:
build: .
links:
- redis
ports:
- "8000:8000"
redis:
image: redis:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment