Files
chatgpt_telegram_bot/docker-compose.yml
T
2023-01-16 14:20:47 -06:00

11 lines
196 B
YAML

version: "3"
services:
llm_telegram_bot:
container_name: chatgpt_telegram_bot
command: python3 bot.py
restart: always
build:
context: "."
dockerfile: Dockerfile