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
699 B

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
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. sqldata:
  7. image: mcr.microsoft.com/mssql/server:2019-latest
  8. nosqldata:
  9. image: mongo:windowsservercore
  10. basket.data:
  11. image: redis:nanoserver
  12. rabbitmq:
  13. image: spring2/rabbitmq
  14. identity-api:
  15. build:
  16. args:
  17. NODE_IMAGE: stefanscherer/node-windows:10
  18. webspa:
  19. build:
  20. args:
  21. NODE_IMAGE: stefanscherer/node-windows:10
  22. webmvc:
  23. build:
  24. args:
  25. NODE_IMAGE: stefanscherer/node-windows:10
  26. networks:
  27. default:
  28. external:
  29. name: nat