DD063520 created this task.
DD063520 added a project: Wikibase-Containers.
Restricted Application added a subscriber: Aklapper.
Restricted Application added a project: Wikidata.

TASK DESCRIPTION

Hi,

thank your for providing the docker compose. It is great! I have one improvement to ask for. I'm behind a reverse proxy. So myExtrenalHost.com is redirected to localhost:8181. Now if I install the wiki I changed the docker compose to:

wikibase:

image: wikibase/wikibase:1.32-bundle
links:
  - mysql
ports:
# CONFIG - Change the 8181 here to expose Wikibase & MediaWiki on a different port
 - "8181:80"
volumes:
  - mediawiki-images-data:/var/www/html/images
depends_on:
- mysql
- elasticsearch
networks:
  default:
    aliases:
     **- myExtrenalHost.com**
     # CONFIG - Add your real wikibase hostname here, for example wikibase-registry.wmflabs.org

But I also need to enter in the docker machine where the Wikibase is installed and put:

echo "\$wgServer='myExternalHost';" >> LocalSettings.php

Otherwise the search, and updating one entity in the wikibase does not work.

Is this expected behaviour?

Salut
D063520


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

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

To: DD063520
Cc: DD063520, Aklapper, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, Wikidata-bugs, aude, Addshore, Mbch331
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to