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:
|
||||
noisedash:
|
||||
image: noisedash/noisedash:latest
|
||||
container_name: noisedash
|
||||
image: gitea.purpleraft.com/ryan/noisedash:latest
|
||||
ports:
|
||||
- "1432:1432"
|
||||
volumes:
|
||||
- db:/var/noisedash/db
|
||||
- samples:/var/noisedash/samples
|
||||
- ./config/default.json:/var/noisedash/config/default.json
|
||||
- ./db:/var/noisedash/db
|
||||
- ./samples:/var/noisedash/samples
|
||||
# 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