for package check

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-10-23 20:39:42 -07:00
parent a95c97b770
commit 99ab6af733

View file

@ -113,8 +113,8 @@ services:
frontend: frontend:
build: build:
context: ./surfsense_web # context: ./surfsense_web
# image: ghcr.io/modsetter/surfsense_ui:latest image: ghcr.io/modsetter/surfsense_ui:latest
args: args:
NEXT_PUBLIC_FASTAPI_BACKEND_URL: ${NEXT_PUBLIC_FASTAPI_BACKEND_URL:-http://localhost:8000} NEXT_PUBLIC_FASTAPI_BACKEND_URL: ${NEXT_PUBLIC_FASTAPI_BACKEND_URL:-http://localhost:8000}
NEXT_PUBLIC_FASTAPI_BACKEND_AUTH_TYPE: ${NEXT_PUBLIC_FASTAPI_BACKEND_AUTH_TYPE:-LOCAL} NEXT_PUBLIC_FASTAPI_BACKEND_AUTH_TYPE: ${NEXT_PUBLIC_FASTAPI_BACKEND_AUTH_TYPE:-LOCAL}