forked from zovos/bot_tg
10 lines
131 B
YAML
10 lines
131 B
YAML
version: "3.9"
|
|
|
|
services:
|
|
bot:
|
|
build: .
|
|
volumes:
|
|
- ./db:/db
|
|
env_file:
|
|
- .env
|
|
restart: unless-stopped
|