mirror of
https://github.com/fruworg/infrastructure.git
synced 2024-11-16 05:17:17 +03:00
Create docker-compose.yml
This commit is contained in:
parent
4b341c6ed2
commit
bbdcaeef0c
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
|
Loading…
Reference in New Issue
Block a user