mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-09-24 12:46:41 +03:00
Clean up local.yml
This commit is contained in:
parent
c4a69947cb
commit
2f15db11e8
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user