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.

20 lines
373 B

  1. version: '3'
  2. services:
  3. redis.data:
  4. ports:
  5. - "6379:6379"
  6. rabbitmq:
  7. ports:
  8. - "15672:15672"
  9. - "5672:5672"
  10. sql.data:
  11. environment:
  12. - SA_PASSWORD=Pass@word
  13. - ACCEPT_EULA=Y
  14. ports:
  15. - "5433:1433"
  16. nosql.data:
  17. ports:
  18. - "27017:27017" # Important: In a production environment your should remove the external por