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.
 
 
 
 
 
 

39 lines
699 B

# This file contains specific services build and images for Windows Containers.
#
# MUST be used alongside "docker-compose.yml" in all windows container commands
version: '3.4'
services:
sqldata:
image: mcr.microsoft.com/mssql/server:2019-latest
nosqldata:
image: mongo:windowsservercore
basket.data:
image: redis:nanoserver
rabbitmq:
image: spring2/rabbitmq
identity-api:
build:
args:
NODE_IMAGE: stefanscherer/node-windows:10
webspa:
build:
args:
NODE_IMAGE: stefanscherer/node-windows:10
webmvc:
build:
args:
NODE_IMAGE: stefanscherer/node-windows:10
networks:
default:
external:
name: nat