Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 509 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 509 Bytes

Proxy requests to domain with added bearer header

Update the env variables according to the docker compose file and run the following command to start the server:

docker compose up

Building

docker build --platform linux/amd64 -t hub.opensciencegrid.org/macrostrat/api-proxy:latest .
docker push hub.opensciencegrid.org/macrostrat/api-proxy:latest

Running

docker run -p 8080:80 --env-file .env hub.opensciencegrid.org/macrostrat/api-proxy:latest