infrastructure/compose/chatgpt/docker-compose.yml

13 lines
203 B
YAML
Raw Normal View History

2023-08-16 18:48:06 +06:00
version: '3'
services:
chatgpt:
hostname: chatgpt
image: ghcr.io/n3d1117/chatgpt-telegram-bot:latest
volumes:
2023-08-16 18:59:53 +06:00
- .:/app
2023-08-16 18:48:06 +06:00
env_file:
- chatgpt.env
restart: unless-stopped