Addshore added a comment.

    aliases:
     - wikibase.svc
     # CONFIG - Add your real wikibase hostname here, only for internal names 
and when NOT terminating SSL outside the container.
     - localhost:8181
  
  I have not seen a host with a port used for a docker network alias before and 
I am not sure it will work as expected, this could be what is breaking things.
  
    environment:
     - WIKIBASE_HOST=localhost:8181
  
  This is asking for localhost within the wdqs-updater service container.
  This will no exist.
  You as exposing port 8181 on the docker host, not within any container.
  The example uses wikibase.svc which is internal to the docker network and 
allows direct communication between the services.
  If you want to connect to the port on your host machine you will either need 
to use your host machine IP as seen from docker, or `host.docker.internal`

TASK DETAIL
  https://phabricator.wikimedia.org/T186161

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Addshore
Cc: RShigapov, danshick-wmde, Samantha_Alipio_WMDE, darthmon_wmde, WMDE-leszek, 
Superraptor123, Tinyttt, Louperivois, Jsamwrites, Considering.Different.Routes, 
DarTar, Addshore, Andrawaag, Aklapper, maantietaja, Akuckartz, Jelabra, 
Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, 
rosalieper, Scott_WUaS, Asahiko, abian, despens, Wikidata-bugs, aude, Mbch331
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to