mirror of
https://github.com/uditkarode/bing-chat-telegram.git
synced 2025-04-20 01:36:51 +00:00
docker to use .env
This commit is contained in:
parent
00006956e2
commit
5fb14bd205
@ -11,7 +11,7 @@ A Telegram bot that lets you interact with the Bing AI from chats that you allow
|
||||
**> To start using this project using Docker,**
|
||||
|
||||
- Run `docker compose -f .build/docker-compose.yml build` to build the container
|
||||
- TODO
|
||||
- Create a `.env` file or set environment variables according to the reference file `.env.example`
|
||||
- Run `docker compose up -d` to start the bot.
|
||||
|
||||
**> To enable Telegram command autocompletion,**
|
||||
|
@ -3,6 +3,6 @@ services:
|
||||
#########################
|
||||
bing-tg:
|
||||
hostname: bing-tg
|
||||
image: bing-tg
|
||||
volumes:
|
||||
- ./variables.ts:/root/variables.ts
|
||||
image: git.shihaam.dev/dockerfiles/bing-chat-telegram
|
||||
env_file:
|
||||
- .env
|
||||
|
Loading…
x
Reference in New Issue
Block a user