Diff comments:

> diff --git a/docker-compose.yaml b/docker-compose.yaml
> index b1dbec9..38e90ad 100644
> --- a/docker-compose.yaml
> +++ b/docker-compose.yaml
> @@ -30,6 +30,11 @@ services:
>        - "8000:8000"
>      links:
>        - "postgres:db"
> +    healthcheck:
> +      test: python3 -c "import urllib.request; 
> repr(urllib.request.urlopen(urllib.request.Request('http://localhost:8000')).status)"

curl --fail http://localhost:8000 ?

> +      interval: 30s
> +      timeout: 30s
> +      retries: 5
>  
>  volumes:
>    postgres-data:


-- 
https://code.launchpad.net/~thorsten-merten/maas-site-manager/+git/maas-site-manager/+merge/441106
Your team MAAS Committers is requested to review the proposed merge of 
~thorsten-merten/maas-site-manager:make-tox-rebuild-reqs-add-healthcheck into 
maas-site-manager:main.


-- 
Mailing list: https://launchpad.net/~sts-sponsors
Post to     : sts-sponsors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sts-sponsors
More help   : https://help.launchpad.net/ListHelp

Reply via email to