mirror of
https://github.com/Alexander-D-Karpov/scripts.git
synced 2025-01-22 22:54:08 +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
|