mirror of
https://github.com/fruworg/infrastructure.git
synced 2025-06-27 22:53:59 +03:00
Create docker-compose.yml
This commit is contained in:
12
chatgpt/docker-compose.yml
Normal file
12
chatgpt/docker-compose.yml
Normal 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
|
Reference in New Issue
Block a user