UralSvyazInform/docker-compose.yaml
UdoChudo 553942425e
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m35s
fix: Move main file to root of project, now start correctly
2025-08-31 22:24:56 +05:00

12 lines
211 B
YAML

services:
usi-bot:
build: .
container_name: usi-bot
restart: unless-stopped
env_file:
- .env
environment:
- TZ=Asia/Yekaterinburg
volumes:
- /opt/tgbot/logs:/app/logs