docker to use .env

This commit is contained in:
Shihaam Abdul Rahman 2023-04-09 20:29:08 +05:00
parent 00006956e2
commit 5fb14bd205
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636
2 changed files with 4 additions and 4 deletions

View File

@ -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,**

View File

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