10 lines
No EOL
231 B
YAML
10 lines
No EOL
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 |