chunker ui redo
This commit is contained in:
@@ -89,6 +89,15 @@ services:
|
||||
mc anonymous set download local/mpr-media-in
|
||||
mc anonymous set download local/mpr-media-out
|
||||
|
||||
envoy:
|
||||
image: envoyproxy/envoy:v1.28-latest
|
||||
ports:
|
||||
- "8090:8090"
|
||||
volumes:
|
||||
- ./envoy.yaml:/etc/envoy/envoy.yaml:ro
|
||||
depends_on:
|
||||
- grpc
|
||||
|
||||
nginx:
|
||||
image: nginx:alpine
|
||||
ports:
|
||||
@@ -96,12 +105,14 @@ services:
|
||||
volumes:
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
- ./landing.html:/etc/nginx/landing.html:ro
|
||||
- ../media/out:/app/media/out:ro
|
||||
depends_on:
|
||||
- django
|
||||
- fastapi
|
||||
- timeline
|
||||
- chunker
|
||||
- minio
|
||||
- envoy
|
||||
|
||||
# =============================================================================
|
||||
# Application Services
|
||||
@@ -139,7 +150,7 @@ services:
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: ctrl/Dockerfile.worker
|
||||
command: celery -A admin.mpr worker -l info -Q transcode -c 2
|
||||
command: celery -A admin.mpr worker -l info -Q celery,transcode -c 2
|
||||
environment:
|
||||
<<: *common-env
|
||||
MPR_EXECUTOR: local
|
||||
@@ -163,6 +174,8 @@ services:
|
||||
VITE_ALLOWED_HOSTS: ${VITE_ALLOWED_HOSTS:-}
|
||||
volumes:
|
||||
- ../ui/timeline/src:/app/src
|
||||
- ../ui/timeline/vite.config.ts:/app/vite.config.ts
|
||||
- ../ui/common:/common
|
||||
|
||||
chunker:
|
||||
build:
|
||||
@@ -174,6 +187,8 @@ services:
|
||||
VITE_ALLOWED_HOSTS: ${VITE_ALLOWED_HOSTS:-}
|
||||
volumes:
|
||||
- ../ui/chunker/src:/app/src
|
||||
- ../ui/chunker/vite.config.ts:/app/vite.config.ts
|
||||
- ../ui/common:/common
|
||||
|
||||
volumes:
|
||||
postgres-data:
|
||||
|
||||
Reference in New Issue
Block a user