build auth modal
This commit is contained in:
@@ -13,6 +13,8 @@ services:
|
||||
PORT: "3000"
|
||||
DATA_DIR: /data
|
||||
PUBLIC_URL: ${PUBLIC_URL:-http://localhost:3000}
|
||||
ADMIN_USER: ${ADMIN_USER:-admin}
|
||||
ADMIN_PASS: ${ADMIN_PASS:-changeme}
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "-qO-", "http://localhost:3000/api/tags"]
|
||||
interval: 30s
|
||||
|
||||
Reference in New Issue
Block a user