[Aerogear-users] UI of push notification application in OpenShift hangs on 401 error

ffraticelli ffraticelli at unog.ch
Wed Feb 24 08:37:47 EST 2016


Hi Mathias,
thank you for your answer. 
When using the OpenShift UI to create the app, it only allows small gear, no
way I can set medium.

In our own instance created using Docker the yaml file doesn't have a
gear-size parameter.
Here's the yaml file, what/where should I include the gear-size param?

unifiedpushDB:
  image: mysql:5.5
  environment:
   - MYSQL_USER=TTT
   - MYSQL_PASSWORD=ZZZ
   - MYSQL_DATABASE=XXX
   - MYSQL_ROOT_PASSWORD=supersecret
  ports:
  - 4306:3306
keycloakDB:
  image: mysql:5.5
  environment:
   - MYSQL_USER=YYY
   - MYSQL_PASSWORD=XXX
   - MYSQL_DATABASE=keycloak
   - MYSQL_ROOT_PASSWORD=supersecret
  ports:
  - 4406:3306
unifiedpushserver:
  image: aerogear/unifiedpush-wildfly-dev
  links:
    - unifiedpushDB:unifiedpush
    - keycloakDB:keycloak
  ports:
  - 8443:8443

Thanks.



--
View this message in context: http://aerogear-users.1116366.n5.nabble.com/UI-of-push-notification-application-in-OpenShift-hangs-on-401-error-tp504p524.html
Sent from the aerogear-users mailing list archive at Nabble.com.


More information about the Aerogear-users mailing list