mirror of
https://github.com/Walter-Sparrow/lunar-tear.git
synced 2026-07-02 05:43:41 +03:00
aab2666619
Author: https://github.com/sedadas
15 lines
312 B
YAML
15 lines
312 B
YAML
services:
|
|
server:
|
|
build: .
|
|
image: kretts/lunar-tear:latest
|
|
environment:
|
|
LUNAR_HOST: 127.0.0.1
|
|
LUNAR_HTTP_PORT: 8080
|
|
LUNAR_SCENE: 0
|
|
volumes:
|
|
- ./assets:/opt/lunar-tear/assets
|
|
ports:
|
|
- 443:443 # grpc, hardcoded by the client, not configurable
|
|
- 8080:8080
|
|
|