fix: git-config

This commit is contained in:
luo
2026-07-24 12:11:03 +08:00
parent 59696a7e8e
commit ad3c9b964d
4 changed files with 29 additions and 11 deletions

View File

@@ -9,6 +9,9 @@ services:
- '3003:80'
networks:
- device-voice-network
tmpfs:
- /run:rw
- /tmp:rw
healthcheck:
test: ['CMD', 'wget', '--no-verbose', '--tries=1', '--spider', 'http://127.0.0.1:80/health']
interval: 30s