- add gitea healthcheck and Jenkinsfile

- make jenkins logging connect to fluentd asynchronously
This commit is contained in:
2018-10-26 22:46:12 -04:00
parent 1828e180c7
commit 3a70a80ea9
4 changed files with 28 additions and 1 deletions

View File

@@ -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: