mirror of
https://github.com/Alexander-D-Karpov/scripts.git
synced 2025-01-22 14:44:07 +03:00
8 lines
131 B
YAML
8 lines
131 B
YAML
version: '3'
|
|
services:
|
|
telegram-bot:
|
|
build: .
|
|
container_name: telegram_bot
|
|
restart: always
|
|
env_file:
|
|
- .env |