File tree Expand file tree Collapse file tree 2 files changed +19
-17
lines changed
Expand file tree Collapse file tree 2 files changed +19
-17
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ services:
77 image : " ${WDQS_FRONTEND_IMAGE_NAME}"
88 restart : unless-stopped
99 ports :
10- - " ${WDQS_FRONTEND_PORT}:80"
10+ - " ${WDQS_FRONTEND_PORT}:80"
1111 depends_on :
1212 - wdqs-proxy
1313 networks :
1414 default :
1515 aliases :
16- - ${WDQS_FRONTEND_HOST}
16+ - ${WDQS_FRONTEND_HOST}
1717 environment :
1818 - WIKIBASE_HOST=${WIKIBASE_HOST}
1919 - WDQS_HOST=wdqs-proxy.svc
@@ -26,7 +26,7 @@ services:
2626 networks :
2727 default :
2828 aliases :
29- - wdqs.svc
29+ - wdqs.svc
3030 environment :
3131 - WIKIBASE_HOST=${WIKIBASE_HOST}
3232 - WDQS_HOST=wdqs.svc
@@ -44,24 +44,24 @@ services:
4444 networks :
4545 default :
4646 aliases :
47- - wdqs-proxy.svc
47+ - wdqs-proxy.svc
4848
4949 wdqs-updater :
5050 image : " ${WDQS_IMAGE_NAME}"
5151 restart : unless-stopped
5252 command : /runUpdate.sh
5353 depends_on :
54- - wdqs
55- - wikibase
54+ - wdqs
55+ - wikibase
5656 networks :
5757 default :
5858 aliases :
59- - wdqs-updater.svc
59+ - wdqs-updater.svc
6060 environment :
61- - WIKIBASE_HOST=${WIKIBASE_HOST}
62- - WDQS_HOST=wdqs.svc
63- - WDQS_PORT=9999
64- # CONFIG - WIKIBASE_SCHEME can be set to 'https' if the updater should expect https concept uris
61+ - WIKIBASE_HOST=${WIKIBASE_HOST}
62+ - WDQS_HOST=wdqs.svc
63+ - WDQS_PORT=9999
64+ # CONFIG - WIKIBASE_SCHEME can be set to 'https' if the updater should expect https concept uris
6565
6666volumes :
6767 LocalSettings :
Original file line number Diff line number Diff line change @@ -27,15 +27,14 @@ services:
2727 volumes :
2828 # # This shares the configuration with jobrunner
2929 - shared:/var/www/html/:rw
30-
3130 # # Uncomment this next line to mount your own LocalSettings.php file
31+ # # also uncomment the same line in the wikibase_jobrunner service!
3232 # - ./LocalSettings.php:/var/www/html/LocalSettings.d/LocalSettings.override.php
33-
3433 networks :
3534 default :
3635 aliases :
37- - ${WIKIBASE_HOST}
38- - wikibase-docker.svc
36+ - ${WIKIBASE_HOST}
37+ - wikibase-docker.svc
3938 environment :
4039 << : *wikibase_variables
4140 WIKIBASE_PINGBACK :
@@ -53,6 +52,9 @@ services:
5352 volumes :
5453 - shared:/shared/:ro
5554 - ./jobrunner-entrypoint.sh:/jobrunner-entrypoint.sh
55+ # # Uncomment this next line to mount your own LocalSettings.php file
56+ # # also uncomment the same line in the wikibase service
57+ # - ./LocalSettings.php:/var/www/html/LocalSettings.d/LocalSettings.override.php
5658 networks :
5759 default :
5860 aliases :
@@ -75,8 +77,8 @@ services:
7577 networks :
7678 default :
7779 aliases :
78- - mysql.svc
80+ - mysql.svc
7981
8082volumes :
8183 shared :
82- mediawiki-mysql-data:
84+ mediawiki-mysql-data :
You can’t perform that action at this time.
0 commit comments