fix: docker

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-10-23 21:04:14 -07:00
parent 1be9c34719
commit c0e47d63f8

View file

@ -113,8 +113,8 @@ services:
frontend:
build:
# context: ./surfsense_web
image: ghcr.io/modsetter/surfsense_ui:latest
context: ./surfsense_web
# image: ghcr.io/modsetter/surfsense_ui:latest
args:
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}