Clean up local.yml

This commit is contained in:
Nikita P. Shupeyko 2017-09-03 12:39:04 +03:00
parent c4a69947cb
commit 2f15db11e8

View File

@ -57,7 +57,6 @@ services:
ports: [] ports: []
command: /start-celerybeat-dev.sh command: /start-celerybeat-dev.sh
{% endif %} {% endif %}
node: node:
build: build:
context: . context: .
@ -68,7 +67,5 @@ services:
- /app/node_modules - /app/node_modules
command: "gulp" command: "gulp"
ports: ports:
# BrowserSync port.
- "3000:3000" - "3000:3000"
# BrowserSync UI port.
- "3001:3001" - "3001:3001"