Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[releng] Docker support #365

Closed
wants to merge 14 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[releng] Use B2i docker image from docker hub for 7.x compose
  • Loading branch information
Zoltan Molnar committed Apr 16, 2019
commit 7ec56ac8b77e281c101b611324f2f51694868da1
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ services:
interval: 1s
timeout: 1s
retries: 60
# ports:
# - 9200:9200
# - 9300:9300
ports:
- 9200:9200
- 9300:9300


snowowl:
image: # TODO: build an image and upload to Docker Hub
image: b2ici/snow-owl:7.0.0
container_name: snowowl
environment:
SO_JAVA_OPTS: "-Xms2g -Xmx2g"
ES_CLUSTER_URL: "http:https://es:9200"
depends_on:
elasticsearch:
condition: service_healthy
- elasticsearch
networks:
- elastic
ports:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.7'
services:
snowowl:
image: # TODO: build an image and upload to Docker Hub
image: b2ici/snow-owl:7.0.0
environment:
SO_JAVA_OPTS: "-Xms2g -Xmx2g"
container_name: snowowl
Expand Down