3
0
Fork 0
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:
Dragory 2023-04-04 20:44:13 +03:00
parent fcf30fbc00
commit acdde9b3d7
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
6 changed files with 9583 additions and 269 deletions

View file

@ -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: