Skip to content

Instantly share code, notes, and snippets.

@3cL1p5e7
Created July 30, 2018 09:52
Show Gist options
  • Save 3cL1p5e7/f87e5e9a3102b121b77f38d1a4e9d441 to your computer and use it in GitHub Desktop.
Save 3cL1p5e7/f87e5e9a3102b121b77f38d1a4e9d441 to your computer and use it in GitHub Desktop.
version: "3"
services:
web:
image: // image_name
command: ['npm', 'run', 'server']
restart: always
deploy:
restart_policy:
condition: any
ports:
- "8000:8000"
# volumes:
# - /data/static:/var/www/static
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment