mirror of
https://github.com/fruworg/infrastructure.git
synced 2025-06-13 01:10:25 +03:00
add some files
This commit is contained in:
5
compose/chatgpt/chatgpt.env
Normal file
5
compose/chatgpt/chatgpt.env
Normal file
@ -0,0 +1,5 @@
|
||||
OPENAI_API_KEY=$CHATGPT_OPENAI_API_KEY
|
||||
TELEGRAM_BOT_TOKEN=$CHATGPT_TG_TOKEN
|
||||
ADMIN_USER_IDS=$CHATGPT_TG_ADMINS
|
||||
ALLOWED_TELEGRAM_USER_IDS=$CHATGPT_TG_USERS
|
||||
BOT_LANGUAGE=ru
|
12
compose/chatgpt/docker-compose.yml
Normal file
12
compose/chatgpt/docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
|
||||
chatgpt:
|
||||
hostname: chatgpt
|
||||
image: ghcr.io/n3d1117/chatgpt-telegram-bot:latest
|
||||
volumes:
|
||||
- .:/app
|
||||
env_file:
|
||||
- chatgpt.env
|
||||
restart: unless-stopped
|
Reference in New Issue
Block a user