diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5e47841..98a638d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.1 +current_version = 3.0.2 commit = False message = service version: {current_version} → {new_version} tag = False diff --git a/.osparc/jupyter-math/metadata.yml b/.osparc/jupyter-math/metadata.yml index 6d6309c..720e181 100644 --- a/.osparc/jupyter-math/metadata.yml +++ b/.osparc/jupyter-math/metadata.yml @@ -9,7 +9,7 @@ description: " key: simcore/services/dynamic/jupyter-math -version: 3.0.1 +version: 3.0.2 integration-version: 2.0.0 type: dynamic authors: @@ -199,4 +199,4 @@ boot-options: description: To start as Voila save a notebook as "voila.ipynb" in the root folder -min-visible-inputs: 4 \ No newline at end of file +min-visible-inputs: 4 diff --git a/.osparc/jupyter-math/runtime.yml b/.osparc/jupyter-math/runtime.yml index 3eaad03..21d9cc9 100644 --- a/.osparc/jupyter-math/runtime.yml +++ b/.osparc/jupyter-math/runtime.yml @@ -22,4 +22,14 @@ callbacks-mapping: inactivity: service: container command: ["python", "/usr/local/bin/service-monitor/activity.py"] - timeout: 1 \ No newline at end of file + timeout: 1 +compose-spec: + version: "3.7" + services: + jupyter-math: + image: $${SIMCORE_REGISTRY}/simcore/services/dynamic/jupyter-math:$${SERVICE_VERSION} + environment: + - OSPARC_API_HOST=$${OSPARC_VARIABLE_API_HOST} + - OSPARC_API_KEY=$${OSPARC_VARIABLE_API_KEY} + - OSPARC_API_SECRET=$${OSPARC_VARIABLE_API_SECRET} +container-http-entrypoint: jupyter-math diff --git a/Makefile b/Makefile index 778d9bb..c4b61f4 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL = /bin/sh .DEFAULT_GOAL := help export DOCKER_IMAGE_NAME ?= jupyter-math -export DOCKER_IMAGE_TAG ?= 3.0.1 +export DOCKER_IMAGE_TAG ?= 3.0.2 # PYTHON ENVIRON --------------------------------------------------------------------------------------- diff --git a/docker-compose-local.yml b/docker-compose-local.yml index 9939733..a6a4d4d 100644 --- a/docker-compose-local.yml +++ b/docker-compose-local.yml @@ -1,7 +1,7 @@ version: '3.7' services: jupyter-math: - image: simcore/services/dynamic/jupyter-math:3.0.1 + image: simcore/services/dynamic/jupyter-math:3.0.2 ports: - "8888:8888" environment: @@ -13,4 +13,4 @@ services: - /tmp/.X11-unix:/tmp/.X11-unix - ${PWD}/validation/workspace:/home/jovyan/work/workspace - ${PWD}/validation/inputs:/tmp/inputs - - ${PWD}/validation/outputs:/tmp/outputs \ No newline at end of file + - ${PWD}/validation/outputs:/tmp/outputs