Commit bc61267a authored by Matteo Spanio's avatar Matteo Spanio
Browse files

update

parent 8f26306b
......@@ -6,7 +6,7 @@ services:
image: mpai-audio-analyzer
build: ./audio-analyzer
ports:
- "${AUDIO_ANALYSER_PORT}:50051"
- "50051:50051"
volumes:
- ${DATA_VOLUME}:/data
......@@ -14,7 +14,7 @@ services:
image: mpai-video-analyzer
build: ./video-analyzer
ports:
- "${VIDEO_ANALYSER_PORT}:50051"
- "50052:50051"
volumes:
- ${DATA_VOLUME}:/data
......@@ -22,7 +22,7 @@ services:
image: mpai-tape-irregularity-classifier
build: ./tape-irregularity-classifier
ports:
- "${TAPE_IRREGULARITY_PORT}:50051"
- "50053:50051"
volumes:
- ${DATA_VOLUME}:/data
......@@ -30,7 +30,7 @@ services:
image: mpai-tape-audio-restoration
build: ./tape-audio-restoration
ports:
- "${TAPE_AUDIO_RESTORATION_PORT}:50051"
- "50054:50051"
volumes:
- ${DATA_VOLUME}:/data
......@@ -38,7 +38,7 @@ services:
image: mpai-packager
build: ./packager
ports:
- "${PACKAGER_PORT}:50051"
- "50055:50051"
volumes:
- ${DATA_VOLUME}:/data
......
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