mirror of
https://github.com/uditkarode/bing-chat-telegram.git
synced 2025-02-21 16:52:12 +00:00
10 lines
186 B
YAML
10 lines
186 B
YAML
version: '3.5'
|
|
services:
|
|
#########################
|
|
bing-tg:
|
|
hostname: bing-tg
|
|
image: uditkarode/bing-chat-telegram
|
|
env_file:
|
|
- .env
|
|
restart: always
|