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.

9 lines
207 B

  1. version: '3'
  2. services:
  3. redis.data:
  4. image: redis:alpine
  5. rabbitmq:
  6. image: rabbitmq:3-management-alpine
  7. sql.data:
  8. image: microsoft/mssql-server-linux:2017-latest
  9. nosql.data:
  10. image: mongo