infrastructure/compose/chatgpt/docker-compose.yml

13 lines
203 B
YAML
Raw Permalink Normal View History

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