mirror of
https://github.com/miloszowi/everyone-mention-telegram-bot.git
synced 2025-10-10 17:16:03 +00:00
Firebase to MongoDB change, updated README.md, removed entrypoint.py and heroku-specific files
Author: miloszowi<miloszweb@gmail.com>
This commit is contained in:
7
docker/config/app/app.dist.env
Executable file
7
docker/config/app/app.dist.env
Executable file
@@ -0,0 +1,7 @@
|
||||
BOT_TOKEN=
|
||||
|
||||
MONGODB_DATABASE=
|
||||
MONGODB_USERNAME=
|
||||
MONGODB_PASSWORD=
|
||||
MONGODB_HOSTNAME=localhost
|
||||
MONGODB_PORT=27017
|
5
docker/config/database/database.dist.env
Executable file
5
docker/config/database/database.dist.env
Executable file
@@ -0,0 +1,5 @@
|
||||
MONGO_INITDB_ROOT_USERNAME=
|
||||
MONGO_INITDB_ROOT_PASSWORD=
|
||||
MONGO_INITDB_DATABASE=
|
||||
MONGODB_DATA_DIR=/mongo/database
|
||||
MONDODB_LOG_DIR=
|
5
docker/logs
Executable file
5
docker/logs
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
[ -z "$1" ] && printf "\nPlease specify service name (ex. app)\n\n" && exit
|
||||
|
||||
docker-compose logs -f "$@"
|
Reference in New Issue
Block a user