database-compose.docker-compose_mssql.yaml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of integration-server-gradle-plugin Show documentation
Show all versions of integration-server-gradle-plugin Show documentation
The easy way to get custom setup for Deploy up and running
version: "3.4"
services:
db_mssql:
image: xldevdocker/mssql
ports:
- "{{DB_PORT}}:1433"
networks:
- front-tier
networks:
front-tier:
driver: bridge