mobile download

This commit is contained in:
Macbook
2026-05-28 14:44:19 +09:00
parent e2816b037f
commit 3503ef33f5
152 changed files with 11021 additions and 687 deletions
+4
View File
@@ -66,10 +66,14 @@ services:
DB_PASSWORD: ${MYSQL_PASSWORD:-analyzer}
GC_SECRETS_ENCRYPTION_KEY: ${GC_SECRETS_ENCRYPTION_KEY:-goldenchart-local-dev-key-change-me}
GC_VERIFICATION_UPLOAD_DIR: /app/data/verification-images
GC_MOBILE_APP_RELEASE_DIR: /app/data/mobile-releases
GC_MOBILE_APP_VERSION: ${GC_MOBILE_APP_VERSION:-}
GC_MOBILE_APP_PUBLIC_BASE_URL: ${GC_MOBILE_APP_PUBLIC_BASE_URL:-http://exdev.co.kr}
ports:
- "${BACKEND_PORT:-8080}:8080"
volumes:
- verification-images:/app/data/verification-images
- ./data/mobile-releases:/app/data/mobile-releases:ro
healthcheck:
test: ["CMD-SHELL", "wget -qO- http://localhost:8080/api/indicators/list || exit 1"]
interval: 15s