11 lines
157 B
YAML
11 lines
157 B
YAML
---
|
|
services:
|
|
tg-bot-api:
|
|
build: build
|
|
restart: no
|
|
logging:
|
|
driver: json-file
|
|
options:
|
|
max-file: '5'
|
|
max-size: 10m
|