In docker-compose.postgis.yml the line >` image: geopython/geohealthcheck:latest` is missing under the services: - `geohealthcheck` - `geohealthcheck-cron-daily` - `geohealthcheck-cron-hourly` Adding the mentioned line allows the services to run.
In docker-compose.postgis.yml
the line
is missing under the services:
geohealthcheckgeohealthcheck-cron-dailygeohealthcheck-cron-hourlyAdding the mentioned line allows the services to run.