Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. elasticsearch:
  2. image: itzg/elasticsearch
  3. ports:
  4. - "9200:9200"
  5. - "9300:9300"
  6. environment:
  7. CLUSTER: addersdockersearch
  8. PLUGINS: elasticsearch/marvel/latest,mobz/elasticsearch-head
  9. postgres:
  10. image: postgres
  11. ports:
  12. - "5432:5432" # Bind host port 5432 to PostgreSQL port 5432
  13. environment:
  14. LC_ALL: C.UTF-8
  15. POSTGRES_PASSWORD: symfony
  16. POSTGRES_DB: symfony
  17. POSTGRES_USER: symfony
  18. jobboardbeanstalkd:
  19. image: schickling/beanstalkd
  20. ports:
  21. - "11300:11300"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement