Hi all,
I recently create a Docker image of our push FCM proxy, made with Wiremock. Since we are no longer using the FCM proxy in
https://github.com/aerogear/push-network-proxies (even the Dockerfile there only consider APNs) I think we could remove it from there and refactor the repository like this:
push-network-proxies/
fcm/
Dockerfile
...
apns/
Dockerfile
...
push-network-proxies-template.yml
So that we have everything in the same place. I also made a template for Openshift so that we can setup a testing environment for UPS quickly. I think that's the ultimate point of having the mocks together.
WDYT?
--