14 lines
240 B
YAML
14 lines
240 B
YAML
version: '3.9'
|
|
|
|
services:
|
|
telezab-bot:
|
|
build: .
|
|
container_name: telezab-bot
|
|
restart: unless-stopped
|
|
env_file:
|
|
- stack.env
|
|
environment:
|
|
- TZ=Asia/Yekaterinburg
|
|
volumes:
|
|
- /opt/tgbot/logs:/app/logs
|