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
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:3002/idp-api}
VITE_FRONTEND_URL: ${PUBLIC_FRONTEND_URL:-http://localhost:3002}
PUBLIC_API_URL: ${PUBLIC_API_URL:-http://localhost:3002/idp-api}
PUBLIC_FRONTEND_URL: ${PUBLIC_FRONTEND_URL:-http://localhost:3002}
volumes:
- ./apps/frontend/public/downloads:/out
# 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:3002/idp-api}
# VITE_FRONTEND_URL: ${PUBLIC_FRONTEND_URL:-http://localhost:3002}
# PUBLIC_API_URL: ${PUBLIC_API_URL:-http://localhost:3002/idp-api}
# PUBLIC_FRONTEND_URL: ${PUBLIC_FRONTEND_URL:-http://localhost:3002}
# volumes:
# - ./apps/frontend/public/downloads:/out
docs:
pull_policy: build