Skip to content

Instantly share code, notes, and snippets.

@matzew
Last active November 30, 2017 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matzew/66b1ee11fc42b13b49a0b4b4f64f19d5 to your computer and use it in GitHub Desktop.
Save matzew/66b1ee11fc42b13b49a0b4b4f64f19d5 to your computer and use it in GitHub Desktop.
oc new-app openshift/mysql-55-centos7 --name=mysql -e MYSQL_USER=unifiedpush -e MYSQL_PASSWORD=unifiedpush -e MYSQL_ROOT_PASSWORD=supersecret -e MYSQL_DATABASE=unifiedpush
oc new-app docker.io/aerogear/unifiedpush-wildfly:1.2.1.3 --name=agpush -e MYSQL_USER=unifiedpush -e MYSQL_PASSWORD=unifiedpush -e MYSQL_DATABASE=unifiedpush -e KEYCLOAK_SERVICE_HOST=172.30.181.146 -e KEYCLOAK_SERVICE_PORT=80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment