This commit is contained in:
dengqn 2025-09-26 11:40:47 +08:00
parent 446e3be515
commit 71778b0bd3
1 changed files with 12 additions and 0 deletions

12
docker-compose.yml Normal file
View File

@ -0,0 +1,12 @@
version: '3.8'
services:
lingyin-api:
container_name: lingyin-api
environment:
- JAVA_OPTS=-server -Xmx100m -XX:+UseCompactObjectHeaders
- SECURE_LOGIN=
- SECURE_UID=
- SECURE_PASS=
restart: unless-stopped
ports:
- 46578:46578