Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
Oracle jdk support (#9)
Browse files Browse the repository at this point in the history
* Updated sub-modules to head.

* Setup named volumes

* Updated tags to default to open-jdk.
  • Loading branch information
nigelgbanks authored and ruebot committed May 22, 2016
1 parent e6246cc commit d41f27f
Show file tree
Hide file tree
Showing 15 changed files with 32 additions and 23 deletions.
27 changes: 18 additions & 9 deletions example.docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
version: "2"
volumes:
blazegraph:
drupal:
fedora:
karaf:
mariadb:
solr:
services:

# Un-comment to enable etcd as the back end for storing environment variables.
Expand Down Expand Up @@ -26,40 +33,42 @@ services:
mariadb:
image: islandora/claw-mariadb
env_file: env_files/mariadb.env
volumes:
- "mariadb:/var/lib/mysql"
ports:
- "3306:3306"

fedora:
image: islandora/claw-fedora
image: islandora/claw-fedora:open-jdk
env_file: env_files/fedora.env
volumes:
- "/mvn/fedora-data"
- "fedora:/mvn/fedora-data"
ports:
- "8080:8080"

blazegraph:
image: islandora/claw-blazegraph
image: islandora/claw-blazegraph:open-jdk
env_file: env_files/blazegraph.env
volumes:
- "/opt/blazegraph"
- "blazegraph:/opt/blazegraph"
ports:
- "8081:8080"

solr:
image: islandora/claw-solr
image: islandora/claw-solr:open-jdk
env_file: env_files/solr.env
volumes:
- "/opt/solr/collection1/data"
- "solr:/opt/solr/collection1/data"
ports:
- "8082:8080"

karaf:
image: islandora/claw-islandora-karaf-components
image: islandora/claw-islandora-karaf-components:open-jdk
env_file:
- env_files/karaf.env
- env_files/drupal.env
volumes:
- "/opt/karaf/data"
- "karaf:/opt/karaf/data"
ports:
- "8181:8181"

Expand All @@ -69,7 +78,7 @@ services:
- env_files/drupal.env
- env_files/mariadb.env
volumes:
- "/var/www/localhost/htdocs/sites/default/files"
- "drupal:/var/www/localhost/htdocs/sites/default/files"
ports:
- "80:80"
links:
Expand Down
2 changes: 1 addition & 1 deletion images/all-in-one
2 changes: 1 addition & 1 deletion images/base
Submodule base updated from d94698 to ff3367
2 changes: 1 addition & 1 deletion images/blazegraph
2 changes: 1 addition & 1 deletion images/drupal
2 changes: 1 addition & 1 deletion images/fedora
2 changes: 1 addition & 1 deletion images/islandora
2 changes: 1 addition & 1 deletion images/islandora-karaf-components
2 changes: 1 addition & 1 deletion images/karaf
Submodule karaf updated from 07b222 to d658b0
2 changes: 1 addition & 1 deletion images/mariadb
2 changes: 1 addition & 1 deletion images/maven
Submodule maven updated from 56fc82 to ff9a55
2 changes: 1 addition & 1 deletion images/open-jdk
2 changes: 1 addition & 1 deletion images/oracle-jdk
2 changes: 1 addition & 1 deletion images/solr
Submodule solr updated from 13a754 to bd9bc9
2 changes: 1 addition & 1 deletion images/tomcat

0 comments on commit d41f27f

Please sign in to comment.