Create docker-compose.yml

This commit is contained in:
Руслан 2023-08-16 18:48:06 +06:00 committed by GitHub
parent 4b341c6ed2
commit bbdcaeef0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,12 @@
version: '3'
services:
chatgpt:
hostname: chatgpt
image: ghcr.io/n3d1117/chatgpt-telegram-bot:latest
volumes:
- ./data:/app
env_file:
- chatgpt.env
restart: unless-stopped