mirror of
https://github.com/Walter-Sparrow/lunar-tear.git
synced 2026-07-02 05:43:41 +03:00
Add --grpc-port support
This commit is contained in:
@@ -5,10 +5,11 @@ services:
|
||||
environment:
|
||||
LUNAR_HOST: 127.0.0.1
|
||||
LUNAR_HTTP_PORT: 8080
|
||||
LUNAR_GRPC_PORT: 8003
|
||||
volumes:
|
||||
- ./assets:/opt/lunar-tear/assets
|
||||
- ./db:/opt/lunar-tear/db
|
||||
ports:
|
||||
- 443:443 # grpc, hardcoded by the client, not configurable
|
||||
- 8003:8003
|
||||
- 8080:8080
|
||||
|
||||
|
||||
Reference in New Issue
Block a user