Guest User

Untitled

a guest
Oct 28th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. rabbitmq:
  2. image: rabbitmq:management
  3. ports:
  4. - "5672:5672"
  5. - "15672:15672"
  6. activiti-cloud-sso-idm:
  7. image: activiti/activiti-cloud-sso-idm:latest
  8. ports:
  9. - "8180:8180"
  10. # We decided to configure our runtime bundle against a PostgreSQL instance
  11. rb-postgres:
  12. image: postgres
  13. ports:
  14. - "5432:5432"
  15. environment:
  16. - POSTGRES_PASSWORD=password
  17. - POSTGRES_USER=postgres
  18. - POSTGRES_DB=activitidb
Add Comment
Please, Sign In to add comment