Files
wizarr/docker-compose.yml
Jandalslap a037359cf4 Refactor api/status endpoint
Moved status endpoint from app/blueprints/status/routes.py to app/blueprints/api/status.py and recreate using SQLAlchemy.
2025-05-29 18:23:46 +12:00

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