You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
252 B

  1. version: '3.4'
  2. services:
  3. sql.data:
  4. image: microsoft/mssql-server-linux:2017-latest
  5. basket.data:
  6. image: redis
  7. ports:
  8. - "6379:6379"
  9. rabbitmq:
  10. image: rabbitmq
  11. ports:
  12. - "5672:5672"
  13. nosql.data:
  14. image: mongo