mirror of
https://github.com/miloszowi/everyone-mention-telegram-bot.git
synced 2025-10-10 17:16:03 +00:00
Singleton mongo client, added mongosh easy enter command, better logging, added idle time to mongo connection
This commit is contained in:
5
docker/start
Executable file
5
docker/start
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
docker-compose stop
|
||||
docker-compose up -d
|
||||
docker logs -f $(docker-compose ps -q app) &> app.log &
|
Reference in New Issue
Block a user