forked from external-repos/noisedash
fix: update image source and restore volume paths in docker-compose.yml
This commit is contained in:
@@ -2,16 +2,13 @@ version: "3"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
noisedash:
|
noisedash:
|
||||||
image: noisedash/noisedash:latest
|
image: gitea.purpleraft.com/ryan/noisedash:latest
|
||||||
container_name: noisedash
|
|
||||||
ports:
|
ports:
|
||||||
- "1432:1432"
|
- "1432:1432"
|
||||||
volumes:
|
volumes:
|
||||||
- db:/var/noisedash/db
|
- ./db:/var/noisedash/db
|
||||||
- samples:/var/noisedash/samples
|
- ./samples:/var/noisedash/samples
|
||||||
- ./config/default.json:/var/noisedash/config/default.json
|
# Optional: Override default config if you have custom settings
|
||||||
|
# - ./config/default.json:/var/noisedash/config/default.json
|
||||||
|
|
||||||
volumes:
|
|
||||||
db:
|
|
||||||
samples:
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user