mirror of
https://github.com/aljazceru/chatgpt-telegram-bot.git
synced 2025-12-23 23:55:05 +01:00
10 lines
165 B
YAML
10 lines
165 B
YAML
version: '3'
|
|
services:
|
|
chatgpt-telegram-bot:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- .:/home/appuser/app
|
|
restart: always
|