forked from external-repos/noisedash
18 lines
287 B
YAML
18 lines
287 B
YAML
version: "3"
|
|
|
|
services:
|
|
noisedash:
|
|
image: kevinthomas0/noisedash:latest
|
|
container_name: noisedash
|
|
ports:
|
|
- "1432:1432"
|
|
volumes:
|
|
- db:/var/noisedash/db
|
|
- samples:/var/noisedash/samples
|
|
- ./config:/var/noisedash/config
|
|
|
|
volumes:
|
|
db:
|
|
samples:
|
|
|