Develop #41

Merged
tao.chen merged 96 commits from develop into main 2026-09-02 10:15:06 +08:00
Showing only changes of commit e02c66a7a6 - Show all commits
+1 -1
View File
@@ -52,7 +52,7 @@ services:
runtime:
condition: service_healthy
volumes:
- ${PWD}:/app
- ${PWD}/frontend:/app
- ./default.conf:/etc/nginx/conf.d/default.conf.template:ro
healthcheck:
test: [ "CMD-SHELL", "wget -qO- http://127.0.0.1/ >/dev/null" ]