healthcheck
This commit is contained in:
parent
30af04ecd8
commit
98e79a0f9b
@ -7,7 +7,7 @@
|
|||||||
* **Category**: Apps
|
* **Category**: Apps
|
||||||
* **Status**: wip
|
* **Status**: wip
|
||||||
* **Image**: [`privatebin`](https://hub.docker.com/r/privatebin), 4, upstream
|
* **Image**: [`privatebin`](https://hub.docker.com/r/privatebin), 4, upstream
|
||||||
* **Healthcheck**: No
|
* **Healthcheck**: Yes
|
||||||
* **Backups**: No
|
* **Backups**: No
|
||||||
* **Email**: N/A
|
* **Email**: N/A
|
||||||
* **Tests**: No
|
* **Tests**: No
|
||||||
|
@ -22,6 +22,12 @@ services:
|
|||||||
- "coop-cloud.${STACK_NAME}.version=0.1.0+1.7.6"
|
- "coop-cloud.${STACK_NAME}.version=0.1.0+1.7.6"
|
||||||
volumes:
|
volumes:
|
||||||
- privatebin-data:/srv/data:rw
|
- 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:
|
volumes:
|
||||||
privatebin-data:
|
privatebin-data:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user