Created
July 30, 2018 09:52
-
-
Save 3cL1p5e7/f87e5e9a3102b121b77f38d1a4e9d441 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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