Skip to content

Commit

Permalink
added hma_glacial_lakes app (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-schmitt authored Jan 26, 2023
1 parent 7ef742b commit 4d9b741
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions bokeh.oggm.org/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,18 @@ services:
- "traefik.http.services.mb_simulator-app.loadbalancer.server.port=8080"
- "traefik.http.routers.mb_simulator-app.entrypoints=web"
- "traefik.http.routers.mb_simulator-app.rule=PathPrefix(`/mb_simulator`)"

hma_glacial_lakes-app:
image: "ghcr.io/oggm/bokeh:20230101"
container_name: "hma_glacial_lakes-app"
command:
- "git+https://github.com/OGGM/[email protected]"
- "app.ipynb"
environment:
- "BOKEH_PREFIX=/hma_glacial_lakes"
- "BOKEH_ALLOW_WS_ORIGIN=${WS_ORIGIN}"
labels:
- "traefik.enable=true"
- "traefik.http.services.hma_glacial_lakes-app.loadbalancer.server.port=8080"
- "traefik.http.routers.hma_glacial_lakes-app.entrypoints=web"
- "traefik.http.routers.hma_glacial_lakes-app.rule=PathPrefix(`/hma_glacial_lakes`)"
1 change: 1 addition & 0 deletions bokeh.oggm.org/static/htdocs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ <h2>OGGM-Edu Bokeh App server</h2>
<li>the <a href="simulator">Glacier Simulator app</a></li>
<li>the <a href="explorer"> World Glaciers Explorer app</a></li>
<li>the <a href="mb_simulator"> Mass-Balance Simulator app</a></li>
<li>the <a href="hma_glacial_lakes"> HMA Glacial Lakes app</a></li>
</p>

0 comments on commit 4d9b741

Please sign in to comment.