Skip to content

Instantly share code, notes, and snippets.

@kiyoaki
Created September 10, 2018 09:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kiyoaki/b37a76a3a69e86318248da2c2b7c7b21 to your computer and use it in GitHub Desktop.
Save kiyoaki/b37a76a3a69e86318248da2c2b7c7b21 to your computer and use it in GitHub Desktop.
version: '3.4'
services:
hoge:
image: hogeimage:0.0.1
build:
context: .
dockerfile: hoge/Dockerfile
ports:
- 80:3000
links:
- mssql
mssql:
image: microsoft/mssql-server-linux
ports:
- 1433:1433
environment:
- ACCEPT_EULA=Y
- MSSQL_PID=Express
- MSSQL_SA_PASSWORD=FugaFuga
volumes:
- ./mssql:/var/opt/mssql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment