osm-without-borders / cosmogony_explorer

Experimental web app to browse Cosmogony geographical regions.
http://cosmogony.world
16 stars 4 forks source link

Docker Compose fails to pull `osmwithoutborders/cosmogony-tiles` image #60

Open OhmSpectator opened 1 month ago

OhmSpectator commented 1 month ago

When running the command pipenv run inv -e run-local cosmogony.json, the Docker Compose setup fails to pull the osmwithoutborders/cosmogony-tiles image, resulting in the following error:

Loading .env environment variables...
docker compose up -d
time="2024-07-12T16:10:18+02:00" level=warning msg="/home/nikolay/projects/cosmogony_explorer/docker-compose.yml: `version` is obsolete"
 explorer Pulling 
 tiles Pulling 
 api Pulling 
 postgres Pulling 
 tiles Error pull access denied for osmwithoutborders/cosmogony-tiles, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
 postgres Error context canceled
 explorer Error context canceled
 api Error context canceled
Error response from daemon: pull access denied for osmwithoutborders/cosmogony-tiles, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

I've checked Docker Hub and confirmed that there is no public repository named osmwithoutborders/cosmogony-tiles.

OhmSpectator commented 1 month ago

Is the project obsolete, and should I use another tool to explore the cosmogony.json data?

OhmSpectator commented 1 month ago

@amatissart, could you please provide some information about the accessibility of the required docker hub repositories?...

antoine-de commented 1 month ago

Hi @OhmSpectator , for some context, this project has been started for QwantMaps, but all the original members of the team have left, and qwant maps has been closed, so maybe the docker hub repositories have been closed in the same time.

I think you can still use cosmogony, but you'll need to build the docker images yourself (and maybe host them for others?)