fix: ci
Some checks failed
ci / build (push) Failing after 5s

This commit is contained in:
han0
2025-10-13 17:36:03 +08:00
parent 179a14f26b
commit 5d2770f4de
8 changed files with 480 additions and 13 deletions

View File

@@ -13,4 +13,10 @@ services:
- "19882:9882"
environment:
- TZ="Asia/Shanghai"
entrypoint: java -server -Xms256m -Xmx256m -jar app.jar --spring.profiles.active=test
entrypoint: java -server -Xms256m -Xmx256m -jar app.jar --spring.profiles.active=test
networks:
- server
networks:
server:
external: true