feat: update gitea & gitea config
This commit is contained in:
@@ -32,12 +32,11 @@ services:
|
||||
- no-new-privileges:true
|
||||
healthcheck:
|
||||
test:
|
||||
[
|
||||
CMD,
|
||||
sh,
|
||||
-ec,
|
||||
"curl -fsS http://127.0.0.1:9000/health && curl -fsS http://127.0.0.1:9001/rustfs/console/health",
|
||||
]
|
||||
- CMD
|
||||
- sh
|
||||
- -ec
|
||||
- 'curl -fsS http://127.0.0.1:9000/health && curl -fsS http://127.0.0.1:9001/rustfs/console/health'
|
||||
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user