Skip to content

Instantly share code, notes, and snippets.

@ginomessmer
Last active June 30, 2020 18:39
Show Gist options
  • Save ginomessmer/b7bc895435511c4a7791a6838aac2126 to your computer and use it in GitHub Desktop.
Save ginomessmer/b7bc895435511c4a7791a6838aac2126 to your computer and use it in GitHub Desktop.
version: '3.8'
services:
gateway:
image: unidash/gateway
build:
context: .
dockerfile: Unidash.Gateway/Dockerfile
auth:
image: unidash/auth
build:
context: .
dockerfile: Unidash.Auth.Application/Dockerfile
depends_on:
- mssql
# Trimmed for brevity...
mongodb:
image: mongo
volumes:
- mongodb_data:/data/db
mssql:
image: mcr.microsoft.com/mssql/server:2019-latest
volumes:
- mssql:/var/opt/mssql
rabbitmq:
image: rabbitmq:3
volumes:
mongodb_data:
mssql:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment