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
e11dfd43
Commit
e11dfd43
authored
Apr 17, 2023
by
Matteo
Browse files
update
parent
922bea79
Changes
2
Hide whitespace changes
Inline
Side-by-side
.env
0 → 100644
View file @
e11dfd43
PROXY_PORT=8888
DATA_VOLUME=./data
LOGS_VOLUME=./logs
\ No newline at end of file
docker-compose.yml
View file @
e11dfd43
...
...
@@ -6,43 +6,43 @@ services:
image
:
mpai-reverse-proxy
build
:
./reverse-proxy
ports
:
-
"
8888
:80"
-
"
${PROXY_PORT}
:80"
# audio-analyzer:
# image: mpai-audio-analyzer
# 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
# -
${DATA_VOLUME}
:/data
# -
${LOGS_VOLUME}
/audio-analyzer:/var/log/audio-analyzer
# video-analyzer:
# image: mpai-video-analyzer
# build: ./video-analyzer
# volumes:
# -
./data
:/data
# -
./logs
/video-analyzer:/var/log/video-analyzer
# -
${DATA_VOLUME}
:/data
# -
${LOGS_VOLUME}
/video-analyzer:/var/log/video-analyzer
tape-irregularity-classifier
:
image
:
mpai-tape-irregularity-classifier
build
:
./tape-irregularity-classifier
volumes
:
-
./data
:/data
-
./logs
/tape-irregularity-classifier:/var/log/tape-irregularity-classifier
-
${DATA_VOLUME}
:/data
-
${LOGS_VOLUME}
/tape-irregularity-classifier:/var/log/tape-irregularity-classifier
tape-audio-restoration
:
image
:
mpai-tape-audio-restoration
build
:
./tape-audio-restoration
volumes
:
-
./data
:/data
-
./logs
/tape-audio-restoration:/var/log/tape-audio-restoration
-
${DATA_VOLUME}
:/data
-
${LOGS_VOLUME}
/tape-audio-restoration:/var/log/tape-audio-restoration
packager
:
image
:
mpai-packager
build
:
./packager
volumes
:
-
./data
:/data
-
./logs
/packager:/var/log/packager
-
${DATA_VOLUME}
:/data
-
${LOGS_VOLUME}
/packager:/var/log/packager
volumes
:
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