mirror of
https://github.com/apotdevin/thunderhub.git
synced 2026-08-13 12:33:08 +02:00
11 lines
223 B
YAML
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"
|