- add gitea healthcheck and Jenkinsfile
- make jenkins logging connect to fluentd asynchronously
This commit is contained in:
@@ -31,6 +31,13 @@ services:
|
||||
cpus: '0.5'
|
||||
memory: 96M
|
||||
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-If", "http://localhost:3000"]
|
||||
interval: 1m30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 20s
|
||||
|
||||
logging:
|
||||
driver: fluentd
|
||||
options:
|
||||
|
||||
Reference in New Issue
Block a user