mirror of
https://codeberg.org/langfingaz/bbb-status
synced 2024-11-21 20:23:17 +01:00
12 lines
271 B
YAML
12 lines
271 B
YAML
version: '3.7'
|
|
services:
|
|
bbb-status:
|
|
container_name: bbb-status
|
|
build: .
|
|
command: ["log-verbose"] # see main.py for available commandline arguments
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./secret:/secret
|
|
- ./data:/data
|
|
- ./plot:/plot
|