mirror of
https://github.com/Walter-Sparrow/lunar-tear.git
synced 2026-07-02 05:43:41 +03:00
Add admin API for content reload
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user