infrastructure/compose/chatgpt/docker-compose.yml
2023-09-24 15:46:40 +03:00

13 lines
203 B
YAML

version: '3'
services:
chatgpt:
hostname: chatgpt
image: ghcr.io/n3d1117/chatgpt-telegram-bot:latest
volumes:
- .:/app
env_file:
- chatgpt.env
restart: unless-stopped