Add docker

Author: https://github.com/sedadas
This commit is contained in:
sedadas
2026-04-16 13:01:41 +02:00
committed by GitHub
parent a61ae6b93e
commit aab2666619
4 changed files with 52 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
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