mirror of
https://github.com/kaythomas0/noisedash.git
synced 2025-11-11 10:56:20 +00:00
18 lines
310 B
YAML
18 lines
310 B
YAML
version: "3"
|
|
|
|
services:
|
|
noisedash:
|
|
image: noisedash/noisedash:latest
|
|
container_name: noisedash
|
|
ports:
|
|
- "1432:1432"
|
|
volumes:
|
|
- db:/var/noisedash/db
|
|
- samples:/var/noisedash/samples
|
|
- ./config/default.json:/var/noisedash/config/default.json
|
|
|
|
volumes:
|
|
db:
|
|
samples:
|
|
|