mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 20:35:02 +00:00
debug: add clinic.js for debugging
This commit is contained in:
parent
fcf30fbc00
commit
acdde9b3d7
6 changed files with 9583 additions and 269 deletions
|
@ -55,6 +55,8 @@ services:
|
|||
- prepare_backend
|
||||
volumes:
|
||||
- ./:/zeppelin
|
||||
environment:
|
||||
DEBUG: ${DEBUG-}
|
||||
command: ["/bin/bash", "/zeppelin/docker/production/start-api.sh"]
|
||||
|
||||
bot:
|
||||
|
@ -68,6 +70,8 @@ services:
|
|||
- prepare_backend
|
||||
volumes:
|
||||
- ./:/zeppelin
|
||||
environment:
|
||||
DEBUG: ${DEBUG-}
|
||||
command: ["/bin/bash", "/zeppelin/docker/production/start-bot.sh"]
|
||||
|
||||
build_dashboard:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue