medialab / hyphe

Websites crawler with built-in exploration and control web interface
http://hyphe.medialab.sciences-po.fr/demo/
GNU Affero General Public License v3.0
328 stars 59 forks source link

Installation problem: 'services.backend.restart must be a string' #418

Closed ManjanaM closed 2 years ago

ManjanaM commented 2 years ago

I am trying to install Hyphe using Docker. I get all the way to the $ docker-compose pull command. Then Terminal returns 'services.backend.restart must be a string'

Below I copy Terminal results hyphe manjana$ docker-compose pull services.crawler.restart must be a string hyphe manjana$ docker-compose build services.backend.restart must be a string hyphe manjana$ docker-compose logs services.backend.restart must be a string hyphe manjana$ docker images REPOSITORY TAG IMAGE ID CREATED SIZE docker/getting-started latest 083d7564d904 3 months ago 28MB Thanks for your advice!

boogheta commented 2 years ago

Hello @ManjanaM, according to here this seems like an issue introduced in a recent version of docker-compose. I've just pushed a small change in the docker-compose.yml file which should fix this. Can you try to do git pull from within the hyphe directory then try again?