healthcheck
This commit is contained in:
parent
30af04ecd8
commit
98e79a0f9b
@ -7,7 +7,7 @@
|
||||
* **Category**: Apps
|
||||
* **Status**: wip
|
||||
* **Image**: [`privatebin`](https://hub.docker.com/r/privatebin), 4, upstream
|
||||
* **Healthcheck**: No
|
||||
* **Healthcheck**: Yes
|
||||
* **Backups**: No
|
||||
* **Email**: N/A
|
||||
* **Tests**: No
|
||||
|
@ -22,6 +22,12 @@ services:
|
||||
- "coop-cloud.${STACK_NAME}.version=0.1.0+1.7.6"
|
||||
volumes:
|
||||
- privatebin-data:/srv/data:rw
|
||||
healthcheck:
|
||||
test: [ "CMD", "wget", "-qO/dev/null", "http://localhost:8080" ]
|
||||
interval: 30s
|
||||
retries: 3
|
||||
start_period: 30s
|
||||
timeout: 10s
|
||||
|
||||
volumes:
|
||||
privatebin-data:
|
||||
|
Loading…
x
Reference in New Issue
Block a user