Add --grpc-port support

This commit is contained in:
Ilya Groshev
2026-04-20 11:46:42 +03:00
parent c33e738fd5
commit 43d6527b42
5 changed files with 28 additions and 19 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ set -e
mkdir -p db
goose -dir migrations sqlite3 db/game.db up
exec ./lunar-tear --host "${LUNAR_HOST}" --http-port "${LUNAR_HTTP_PORT}"
exec ./lunar-tear --host "${LUNAR_HOST}" --http-port "${LUNAR_HTTP_PORT}" --grpc-port "${LUNAR_GRPC_PORT:-443}"