Skip to content

Commit

Permalink
Add docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leafduo committed Mar 4, 2023
1 parent ba0e4ab commit e072d03
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: '3'
services:
chatgpt-telegram-bot:
container_name: chatgpt-telegram-bot
image: ghcr.io/leafduo/chatgpt-telegram-bot:main
restart: always
environment:
- TELEGRAM_APITOKEN=xxxx
- OPENAI_API_KEY=xxxx
- ALLOWED_TELEGRAM_ID=12345,23456 # telegram user ids allowed to use this bot, multiple ids seperated by comma

0 comments on commit e072d03

Please sign in to comment.