feat(worker): adopt canonical public URL
Все проверки выполнены успешно
CI / test (push) Successful in 10m15s
Docker / Build and publish worker image (push) Successful in 34m59s

Этот коммит содержится в:
Gleb Tv
2026-08-12 20:48:01 +03:00
родитель a1ccd50aaf
Коммит cb23f123ae
19 изменённых файлов: 804 добавлений и 74 удалений

Просмотреть файл

@@ -9,7 +9,10 @@ RSMON_WORKER_IMAGE_DIGEST=replace-with-64-lowercase-hex-digest
WORKER_HOST=0.0.0.0
WORKER_PORT=27401
WORKER_BIND_IP=127.0.0.1
WORKER_URL=
# Advertised public origin: absolute http(s) origin (scheme + host, no path).
# PUBLIC_URL is canonical. Legacy WORKER_URL is still read during the bounded
# migration but must not be used for new installs.
PUBLIC_URL=
WORKER_LOGIN=admin
WORKER_PASSWORD=replace-with-a-long-random-password