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

update

parent 4931fc39
version: '3.9' version: '3.9'
services: services:
audio-analyzer: audio-analyzer:
image: mpai-audio-analyzer image: mpai-audio-analyzer
build: ./audio-analyzer build: ./audio-analyzer
ports: ports:
- "${AUDIO_ANALYSER_PORT}:50051" - "${AUDIO_ANALYSER_PORT}:50051"
volumes: volumes:
- ${DATA_VOLUME}:/data - ${DATA_VOLUME}:/data
video-analyzer: video-analyzer:
image: mpai-video-analyzer image: mpai-video-analyzer
build: ./video-analyzer build: ./video-analyzer
ports: ports:
- "${VIDEO_ANALYSER_PORT}:50051" - "${VIDEO_ANALYSER_PORT}:50051"
volumes: volumes:
- ${DATA_VOLUME}:/data - ${DATA_VOLUME}:/data
tape-irregularity-classifier: tape-irregularity-classifier:
image: mpai-tape-irregularity-classifier image: mpai-tape-irregularity-classifier
build: ./tape-irregularity-classifier build: ./tape-irregularity-classifier
ports: ports:
- "${TAPE_IRREGULARITY_PORT}:50051" - "${TAPE_IRREGULARITY_PORT}:50051"
volumes: volumes:
- ${DATA_VOLUME}:/data - ${DATA_VOLUME}:/data
tape-audio-restoration: tape-audio-restoration:
image: mpai-tape-audio-restoration image: mpai-tape-audio-restoration
build: ./tape-audio-restoration build: ./tape-audio-restoration
ports: ports:
- "${TAPE_AUDIO_RESTORATION_PORT}:50051" - "${TAPE_AUDIO_RESTORATION_PORT}:50051"
volumes: volumes:
- ${DATA_VOLUME}:/data - ${DATA_VOLUME}:/data
packager: packager:
image: mpai-packager image: mpai-packager
build: ./packager build: ./packager
ports: ports:
- "${PACKAGER_PORT}:50051" - "${PACKAGER_PORT}:50051"
volumes: volumes:
- ${DATA_VOLUME}:/data - ${DATA_VOLUME}:/data
volumes: volumes:
data: 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