mirror of
https://github.com/wizarrrr/wizarr.git
synced 2026-07-31 07:17:10 -04:00
Moved status endpoint from app/blueprints/status/routes.py to app/blueprints/api/status.py and recreate using SQLAlchemy.
10 lines
295 B
YAML
10 lines
295 B
YAML
services:
|
|
wizarr:
|
|
build: .
|
|
ports:
|
|
- 5690:5690
|
|
volumes:
|
|
- ./test-data:/data/database
|
|
environment:
|
|
- TZ=Europe/London
|
|
#- WIZARR_API_KEY= # Optional: uncomment and create your own key to enable /api/status endpoint |