mirror of
https://github.com/aljazceru/chatgpt-telegram-bot.git
synced 2025-12-26 17:15:11 +01:00
11 lines
201 B
YAML
11 lines
201 B
YAML
version: '3'
|
|
services:
|
|
chatgpt-telegram-bot:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- .:/home/appuser/app
|
|
- .env:/home/appuser/app/.env
|
|
restart: always
|