Created
February 28, 2019 13:10
-
-
Save michimau/33a212bdf421e95374efa0d194c95271 to your computer and use it in GitHub Desktop.
virtuoso 6.1.8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: '2' | |
| services: | |
| virtuoso: | |
| image: eeacms/virtuoso:6.1.8 | |
| environment: | |
| PATH: /usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin | |
| TZ: UTC | |
| volumes: | |
| - /var/local/virtuoso:/var/local/virtuoso | |
| - /var/virtuosotmp:/var/virtuosotmp | |
| - semantic-eea-tmp:/var/tmp | |
| - /var/local/cr3/files:/var/local/cr3/files | |
| - /var/backups/sql:/var/backups/sql | |
| ports: | |
| - 1111:1111/tcp | |
| - 8890:8890/tcp | |
| command: | |
| - /usr/bin/virtuoso-t | |
| - +foreground | |
| - +configfile | |
| - /var/local/virtuoso/var/lib/virtuoso/db/virtuoso.ini | |
| labels: | |
| io.rancher.scheduler.affinity:host_label: hostname=kvm-cph-40 | |
| io.rancher.service.wait_for_healthcheck: 'true' | |
| io.rancher.container.requested_ip: 10.42.218.90 | |
| tomcat: | |
| image: eeacms/contreg:2018-12-03T1915 | |
| environment: | |
| CATALINA_OPTS: |- | |
| "-Xmx4196m" | |
| "-Djava.security.egd=file:/dev/./urandom" | |
| "-Dlog4j.configuration=file:/var/local/cr3/log4j.xml" | |
| "-Dconfig.application.displayName=Content Registry" | |
| "-Dconfig.app.home=/var/local/cr3" | |
| "-Dconfig.harvester.tempFileDir=/var/tmp" | |
| "-Dconfig.virtuoso.db.usr=changeme" | |
| "-Dconfig.virtuoso.db.pwd=changeme" | |
| "-Dconfig.virtuoso.db.rousr=changeme" | |
| "-Dconfig.virtuoso.db.ropwd=changeme" | |
| "-Dconfig.application.homeURL=http://semantic.eea.europa.eu" "-Dconfig.edu.yale.its.tp.cas.client.filter.serverName=semantic.eea.europa.eu" | |
| "-Dconfig.pingWhitelist=*.eea.europa.eu, *.eionet.europa.eu, 192.168.34.*, 10.50.0.221, 87.54.2.100, 87.54.7.*, 172.17.*,10.42.*, 52.30.187.203" | |
| "-Dconfig.harvester.batchHarvestingHours=19-23,0-6" | |
| "-Dconfig.harvester.jobInterval=0" | |
| "-Dconfig.harvester.batchHarvestingUpperLimit=40" | |
| "-Dconfig.useEeaTemplate=true" | |
| "-Dconfig.harvester.httpConnection.timeout=5000" | |
| TZ: UTC | |
| volumes: | |
| - semantic-eea-tmp:/var/tmp | |
| - /var/local/cr3:/var/local/cr3 | |
| labels: | |
| io.rancher.scheduler.affinity:host_label: hostname=kvm-cph-40 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment