comment tauri docker compose

This commit is contained in:
lendry
2026-06-30 12:38:38 +03:00
parent 46adf60ab8
commit 0b6e00205a

View File

@@ -237,22 +237,22 @@ services:
timeout: 5s timeout: 5s
retries: 10 retries: 10
tauri-apk-builder: # tauri-apk-builder:
pull_policy: build # pull_policy: build
build: # build:
context: . # context: .
dockerfile: tauri_app/Dockerfile.apk # dockerfile: tauri_app/Dockerfile.apk
args: # args:
NPM_REGISTRY: ${NPM_REGISTRY:-https://registry.npmjs.org} # NPM_REGISTRY: ${NPM_REGISTRY:-https://registry.npmjs.org}
container_name: lendry-id-tauri-apk-builder # container_name: lendry-id-tauri-apk-builder
restart: "no" # restart: "no"
environment: # environment:
VITE_API_URL: ${PUBLIC_API_URL:-http://localhost:3002/idp-api} # VITE_API_URL: ${PUBLIC_API_URL:-http://localhost:3002/idp-api}
VITE_FRONTEND_URL: ${PUBLIC_FRONTEND_URL:-http://localhost:3002} # VITE_FRONTEND_URL: ${PUBLIC_FRONTEND_URL:-http://localhost:3002}
PUBLIC_API_URL: ${PUBLIC_API_URL:-http://localhost:3002/idp-api} # PUBLIC_API_URL: ${PUBLIC_API_URL:-http://localhost:3002/idp-api}
PUBLIC_FRONTEND_URL: ${PUBLIC_FRONTEND_URL:-http://localhost:3002} # PUBLIC_FRONTEND_URL: ${PUBLIC_FRONTEND_URL:-http://localhost:3002}
volumes: # volumes:
- ./apps/frontend/public/downloads:/out # - ./apps/frontend/public/downloads:/out
docs: docs:
pull_policy: build pull_policy: build