diff --git a/docker-compose.yml b/docker-compose.yml index f47b3ff0..a4818773 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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}