Skip to content

Instantly share code, notes, and snippets.

@yicaoyimu
Created August 15, 2021 21:55
Show Gist options
  • Save yicaoyimu/e69fb63da1141239d27232e001cba9f8 to your computer and use it in GitHub Desktop.
Save yicaoyimu/e69fb63da1141239d27232e001cba9f8 to your computer and use it in GitHub Desktop.
Docker compose file for Dam998/shopify-monitor
version: "3"
services:
web:
build: .
ports:
- "5000:5000"
links:
- mongo
mongo:
image: mongo:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment