HomebrewTgBot/docker-compose.yaml
2025-02-03 22:12:02 +05:00

9 lines
120 B
YAML

version: '3.8'
services:
bot:
build: .
env_file:
- stack.env
restart: always
pull_policy: build