Add admin API for content reload

This commit is contained in:
Ilya Groshev
2026-04-28 21:22:28 +03:00
parent 9be0df4c30
commit 3fe564cb1d
36 changed files with 992 additions and 638 deletions
+3
View File
@@ -10,11 +10,14 @@ services:
LUNAR_PUBLIC_ADDR: 127.0.0.1:8003
LUNAR_OCTO_URL: http://cdn:8080
LUNAR_AUTH_URL: http://auth:3000
LUNAR_ADMIN_LISTEN: 0.0.0.0:8082
LUNAR_ADMIN_TOKEN: ${LUNAR_ADMIN_TOKEN:-}
volumes:
- ./db:/opt/lunar-tear/db
- ./assets:/opt/lunar-tear/assets
ports:
- 8003:8003
- 127.0.0.1:8082:8082
depends_on:
- cdn
- auth