Skip to content

Instantly share code, notes, and snippets.

@thekashifmalik
Created July 20, 2015 01:36
Show Gist options
  • Save thekashifmalik/3693f4175731a6cadb84 to your computer and use it in GitHub Desktop.
Save thekashifmalik/3693f4175731a6cadb84 to your computer and use it in GitHub Desktop.
api:
build: .
command: ./bin/run-api.sh
ports:
- "80:80"
volumes:
- .:/usr/src/app
links:
- postgres
stdin_open: true
environment:
PYTHONUNBUFFERED: 1
postgres:
image: postgres:9.4
environment:
POSTGRES_USER: tempest
POSTGRES_DB: tempest
stdin_open: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment