Skip to content

Commit

Permalink
Merge pull request #86 from nsidc/https-hack
Browse files Browse the repository at this point in the history
Temporary HTTPS hack for testing
  • Loading branch information
rmarow authored Aug 10, 2023
2 parents f916304 + 26266d0 commit 49121ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@ on:
- "published"


# Default to bash in login mode for all steps; key to activating conda
# environment!
# https://github.com/mamba-org/provision-with-micromamba#IMPORTANT
defaults:
run:
shell: "bash -l {0}"



jobs:

build-and-release-image:
Expand Down
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ services:
usaon-vta-survey:
<<: *base
image: "nsidc/usaon-vta-survey:${USAON_VTA_SURVEY_VERSION:-latest}"
# HACK: run the app on the flask dev server with an adhoc cert.
# TODO: Remove this `command` once we have a more mature solution for
# distributing certs to our pre-production and production environment.
command: "flask run --cert=adhoc --host 0.0.0.0"
ports:
- "443:5000"
environment:
Expand Down

0 comments on commit 49121ec

Please sign in to comment.