Commit 534dc50c authored by Matteo's avatar Matteo
Browse files

update docker-compose script and submodules commits

parent f65d737f
./data
\ No newline at end of file
/data
/logs
\ No newline at end of file
......@@ -3,49 +3,47 @@ version: '3.9'
services:
audio-analyzer:
image: mpai-audio-analyzer
environment:
- INPUT_AUDIO=/data/input_audio.wav
- OUTPUT_CHUNKS=/data/chunks/
build: ./eq_detection
command: bash -c "poetry run python -u src/cli/app.py -i /data/input -d /data/output > /var/log/audio-analyzer/stdout.log 2> /var/log/audio-analyzer/stderr.log"
volumes:
- ./data:/data
- ./logs/audio-analyzer:/var/log/audio-analyzer
video-analyzer:
image: mpai-video-analyzer
environment:
- INPUT_CHUNKS=/data/chunks/
build: ./video-analyzer
ports:
- "8880:80"
volumes:
- ./data:/data
depends_on:
- audio-analyzer
- ./logs/video-analyzer:/var/log/video-analyzer
tape-irregularity-classifier:
image: mpai-tape-irregularity-classifier
environment:
- INPUT_CHUNKS=/data/chunks/
build: ./tape-irregularity-classifier
ports:
- "8881:80"
volumes:
- ./data:/data
depends_on:
- audio-analyzer
- video-analyzer
- ./logs/tape-irregularity-classifier:/var/log/tape-irregularity-classifier
tape-audio-restoration:
image: mpai-tape-audio-restoration
environment:
- INPUT_CHUNKS=/data/chunks/
build: ./tape-audio-restoration
ports:
- "8882:80"
volumes:
- ./data:/data
depends_on:
- tape-irregularity-classifier
- ./logs/tape-audio-restoration:/var/log/tape-audio-restoration
packager:
image: mpai-packager
environment:
- INPUT_CHUNKS=/data/chunks/
build: ./packager
ports:
- "8883:80"
volumes:
- ./data:/data
depends_on:
- tape-irregularity-classifier
- tape-audio-restoration
- ./logs/packager:/var/log/packager
volumes:
data:
packager @ 1e556caa
Subproject commit 8e65c57d48c23b49b12932ae468a07eadd5e6ae0
Subproject commit 1e556caa40e8cd35325a0c98688e86d971b2a4d3
Subproject commit 6c86aca6284662e2e6e7a23fcce2332e759df5c6
Subproject commit 732bb2570183a52b84da2243d6cce5be80e4a828
Subproject commit c4d5d3074ceff5765998b6e712ee2e8684b988af
Subproject commit 6842400b0aa59b9ccf29cdde2944cc3109fba195
video-analyzer @ 2d316e30
Subproject commit 8a30163ba0bd96a32a60ce2e91a18bc8032bdc35
Subproject commit 2d316e308cf0111e5d258cde48a0559396cb28f7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment