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.

25 lines
500 B

3 years ago
version: '3.4'
services:
sqlserver:
image: mcr.microsoft.com/mssql/server
volumes:
- dbdata:/var/opt/mssql
identity-server:
build:
context: ../../
dockerfile: templates/service/host/IdentityServerHost/Dockerfile
depends_on:
- sqlserver
management:
build:
context: ../../
dockerfile: templates/service/host/Win_in.Sfs.Scp.Management.Host/Dockerfile
depends_on:
- sqlserver
- identity-server
volumes:
dbdata: