global fix and add tauri app
This commit is contained in:
@@ -217,6 +217,8 @@ services:
|
||||
INTERNAL_WS_URL: ${INTERNAL_WS_URL:-http://media-ws:8085}
|
||||
ports:
|
||||
- "127.0.0.1:3002:3000"
|
||||
volumes:
|
||||
- ./apps/frontend/public/downloads:/app/public/downloads:ro
|
||||
depends_on:
|
||||
api-gateway:
|
||||
condition: service_healthy
|
||||
@@ -226,6 +228,23 @@ services:
|
||||
timeout: 5s
|
||||
retries: 10
|
||||
|
||||
tauri-apk-builder:
|
||||
pull_policy: build
|
||||
build:
|
||||
context: .
|
||||
dockerfile: tauri_app/Dockerfile.apk
|
||||
args:
|
||||
NPM_REGISTRY: ${NPM_REGISTRY:-https://registry.npmjs.org}
|
||||
container_name: lendry-id-tauri-apk-builder
|
||||
restart: "no"
|
||||
environment:
|
||||
VITE_API_URL: ${PUBLIC_API_URL:-http://localhost:3000}
|
||||
VITE_FRONTEND_URL: ${PUBLIC_FRONTEND_URL:-http://localhost:3002}
|
||||
PUBLIC_API_URL: ${PUBLIC_API_URL:-http://localhost:3000}
|
||||
PUBLIC_FRONTEND_URL: ${PUBLIC_FRONTEND_URL:-http://localhost:3002}
|
||||
volumes:
|
||||
- ./apps/frontend/public/downloads:/out
|
||||
|
||||
docs:
|
||||
pull_policy: build
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user