build: make frontend auth mode configurable
This commit is contained in:
+4
-1
@@ -22,7 +22,10 @@ services:
|
||||
- NET_RAW
|
||||
|
||||
frontend:
|
||||
build: ./frontend
|
||||
build:
|
||||
context: ./frontend
|
||||
args:
|
||||
VITE_AUTH_ENABLED: "${VITE_AUTH_ENABLED:-false}"
|
||||
container_name: pingwatch-frontend
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user