mirror of
https://github.com/wizarrrr/wizarr.git
synced 2026-06-11 23:34:47 -04:00
10 lines
231 B
YAML
10 lines
231 B
YAML
services:
|
|
wizarr:
|
|
build: .
|
|
ports:
|
|
- 5690:5690
|
|
volumes:
|
|
- ./test-data:/data/database
|
|
environment:
|
|
- APP_URL=http://127.0.0.1:5610
|
|
- TZ=Europe/London |