Skip to content

Instantly share code, notes, and snippets.

@chamook
Created April 28, 2019 13:31
Show Gist options
  • Save chamook/37f813cdb237b76ea068583556752e79 to your computer and use it in GitHub Desktop.
Save chamook/37f813cdb237b76ea068583556752e79 to your computer and use it in GitHub Desktop.
version: "3"
services:
colours:
build: ./colours/src/Chamook.Colours
ports:
- 8081:80
items:
build: ./items/src/Chamook.Items
ports:
- 8082:80
prices:
build: ./prices/src/Chamook.Prices
ports:
- 8083:80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment