Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
MPAI-Private
MPAI-CAE
arp
ARP Workflow
Commits
bc61267a
Commit
bc61267a
authored
Jul 07, 2023
by
Matteo Spanio
Browse files
update
parent
8f26306b
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
bc61267a
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment