thunderhub/docker-compose.yaml
Bufo 4a4bf864ac
chore: docker changes (#679)
Co-authored-by: Bufo <bufo24@users.noreply.github.com>
2026-03-26 11:47:41 +01:00

11 lines
223 B
YAML

services:
thunderhub:
build: .
restart: on-failure
ports:
- 3000:3000
volumes:
- ./local_data:/data
environment:
LOG_LEVEL: "debug"
ACCOUNT_CONFIG_PATH: "/data/thubConfig.yaml"