Codebase list python-django-etcd-settings / 57c339cf-2599-4c19-ad79-f9c284c92f22/upstream docker-compose.yml
57c339cf-2599-4c19-ad79-f9c284c92f22/upstream

Tree @57c339cf-2599-4c19-ad79-f9c284c92f22/upstream (Download .tar.gz)

docker-compose.yml @57c339cf-2599-4c19-ad79-f9c284c92f22/upstreamraw · history · blame

etcd:
  image: elcolio/etcd
  ports:
    - "2379:2379"
app:
  build: .
  volumes:
    - .:/app
  command: make build
  links:
    - etcd