Skip to content

Instantly share code, notes, and snippets.

@stgleb
Created April 13, 2018 11:22
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 stgleb/a2ac6274dcfb5005aa59037bb1de985c to your computer and use it in GitHub Desktop.
Save stgleb/a2ac6274dcfb5005aa59037bb1de985c to your computer and use it in GitHub Desktop.
version: '3.5'
services:
auth:
build: './cmd/auth_service'
expose:
- 9090
ports:
- 9090:9090
images:
build: './cmd/image_service'
expose:
- 8080
ports:
- 8080:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment