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.

38 lines
708 B

6 years ago
  1. # This file contains specific services build and images for Windows Containers.
  2. #
  3. # MUST be used alongside "docker-compose.yml" in all windows container commands
  4. version: '3.4'
  5. services:
  6. identity.api:
  7. build:
  8. args:
  9. NODE_IMAGE: stefanscherer/node-windows:8.11
  10. webmvc:
  11. build:
  12. args:
  13. NODE_IMAGE: stefanscherer/node-windows:8.11
  14. webspa:
  15. build:
  16. args:
  17. NODE_IMAGE: stefanscherer/node-windows:8.11
  18. sql.data:
  19. image: microsoft/mssql-server-windows-developer
  20. nosql.data:
  21. image: mongo:windowsservercore
  22. basket.data:
  23. image: redis:nanoserver
  24. rabbitmq:
  25. image: spring2/rabbitmq
  26. networks:
  27. default:
  28. external:
  29. name: nat