Home of the Interactive Oceans Realtime Data Service Client
- Build the images
docker-compose -f resources/docker/docker-compose.yaml build
- Set OOI Username and Token
export OOI_USERNAME=MyUser
export OOI_TOKEN=AS3cret
- Bring up all the components
docker-compose -f resources/docker/docker-compose.yaml up
-
Go to http://localhost:8081/feed?ref=RS03AXPS-SF03A-2A-CTDPFA302
-
Stop the components and tear down (Ctrl+C in the terminal)
docker-compose -f resources/docker/docker-compose.yaml down