12 lines
205 B
YAML
12 lines
205 B
YAML
services:
|
|
bot:
|
|
build: .
|
|
container_name: vndb_bot
|
|
restart: always
|
|
env_file:
|
|
- .env
|
|
logging:
|
|
driver: "json-file"
|
|
options:
|
|
max-size: "10m"
|
|
max-file: "3" |