Configure outbound push.
Submit report that triggers push.
Ensure that your data mapped in the outbound push config ends up at the outbound server.
Using the simple-express-server docker container.
docker run -p 3000:3000 --name express-test1 medicmobile/simple-express-server:1.0.0 to start the container and expose the port.
Then run ngrok http 3000 to expose this locally.
Then configure outbound push to push to your ngrok url.
This should send outbound traffic from an instance to your locally running docker container.
Outbound push docs - https://github.com/medic/medic-docs/blob/master/configuration/outbound.md
Configure outbound push. Submit report that triggers push. Ensure that your data mapped in the outbound push config ends up at the outbound server.
Using the simple-express-server docker container.
docker run -p 3000:3000 --name express-test1 medicmobile/simple-express-server:1.0.0
to start the container and expose the port. Then runngrok http 3000
to expose this locally. Then configure outbound push to push to your ngrok url. This should send outbound traffic from an instance to your locally running docker container.