mirror of
https://github.com/father-bot/chatgpt_telegram_bot.git
synced 2026-06-13 03:54:57 +03:00
13 lines
233 B
YAML
13 lines
233 B
YAML
version: "3"
|
|
|
|
services:
|
|
chatgpt_telegram_bot:
|
|
container_name: chatgpt_telegram_bot
|
|
command: python3 bot.py
|
|
restart: always
|
|
env_file:
|
|
- config.env
|
|
build:
|
|
context: "."
|
|
dockerfile: Dockerfile
|