Skip to content

Instantly share code, notes, and snippets.

@rahulsahay19
Created July 16, 2019 15:24
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 rahulsahay19/c704d5b5a110f52de97536da90949c12 to your computer and use it in GitHub Desktop.
Save rahulsahay19/c704d5b5a110f52de97536da90949c12 to your computer and use it in GitHub Desktop.
docker-compose-build.yml
version: '3'
services:
sql.data.client:
build:
context: ../src/AKSLearnDB
dockerfile: Dockerfile
AKSWeb:
build:
context: ../src/AKSWeb
dockerfile: Dockerfile
depends_on:
- AKSApi
AKSApi:
build:
context: ../src/AKSApi
dockerfile: Dockerfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment