mirror of
https://github.com/fruworg/infrastructure.git
synced 2025-01-18 06:30:51 +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…
x
Reference in New Issue
Block a user