Skip to content

Instantly share code, notes, and snippets.

@webseo-onilne
Created July 16, 2018 09:33
Show Gist options
  • Save webseo-onilne/557fe7b89f67be91945aea9f46f2715a to your computer and use it in GitHub Desktop.
Save webseo-onilne/557fe7b89f67be91945aea9f46f2715a to your computer and use it in GitHub Desktop.
version: '3.1'
services:
app:
image: 'mtg-dash'
build: '.'
ports:
- 3000:80
node:
image: 'node-server'
build: '.'
ports:
- 4000:80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment