mirror of
https://github.com/fruworg/infrastructure.git
synced 2024-11-16 05:17:17 +03:00
13 lines
203 B
YAML
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
|