Skip to content

Instantly share code, notes, and snippets.

@matzew
Created July 21, 2015 13:20
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/f99995e7c1d38ff7004c to your computer and use it in GitHub Desktop.
Save matzew/f99995e7c1d38ff7004c to your computer and use it in GitHub Desktop.
unifiedpush:
image: mysql:5.5
environment:
- MYSQL_USER=unifiedpush
- MYSQL_PASSWORD=unifiedpush
- MYSQL_DATABASE=unifiedpush
- MYSQL_ROOT_PASSWORD=supersecret
ports:
- 4306:3306
keycloak:
image: mysql:5.5
environment:
- MYSQL_USER=unifiedpush
- MYSQL_PASSWORD=unifiedpush
- MYSQL_DATABASE=keycloak
- MYSQL_ROOT_PASSWORD=supersecret
ports:
- 4406:3306
unifiedpushserver:
image: aerogear/unifiedpush-wildfly
links:
- unifiedpush:unifiedpush
- keycloak:keycloak
ports:
- 8443:8443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment