Files
chatgpt_telegram_bot/docker-compose.yml
T
Karim Iskakov 4c36f8738a Working v0
2022-12-04 20:38:50 -06:00

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