Загрузить файлы в «/»

This commit is contained in:
2026-04-28 15:18:40 +00:00
parent 60669d60ec
commit 2b7c8b6100
5 changed files with 55 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
services:
matrix-qr-login:
build: .
image: matrix-qr-login:latest
ports:
- "8080:8080"
environment:
MATRIX_HOMESERVER: "https://jb.evilfox.cc"
SERVER_PORT: "8080"
TOKEN_USES: "1"
TOKEN_EXPIRY_SECONDS: "300"
LOG_LEVEL: "info"
MATRIX_USE_UNSTABLE_MSC3882: "false"
healthcheck:
test: ["CMD", "wget", "-qO-", "http://127.0.0.1:8080/health"]
interval: 30s
timeout: 5s
retries: 3
start_period: 5s