Skip to content

Commit

Permalink
Fix compose spec
Browse files Browse the repository at this point in the history
  • Loading branch information
wvangeit committed Apr 19, 2024
1 parent efdcfde commit 06e868d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .osparc/jupyter-math/docker-compose.overwrite.yml

This file was deleted.

7 changes: 5 additions & 2 deletions .osparc/jupyter-math/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ callbacks-mapping:
command: ["python", "/usr/local/bin/service-monitor/activity.py"]
timeout: 1
compose-spec:
version: "3.7"
services:
jupyter-math:
jupyter-math:
image: $${SIMCORE_REGISTRY}/simcore/services/dynamic/jupyter-math:$${SERVICE_VERSION}
environment:
- OSPARC_API_KEY=$${OSPARC_VARIABLE_API_KEY}
- OSPARC_API_SECRET=$${OSPARC_VARIABLE_API_SECRET}
- OSPARC_API_SECRET=$${OSPARC_VARIABLE_API_SECRET}
container-http-entrypoint: jupyter-math

0 comments on commit 06e868d

Please sign in to comment.