Skip to content

Instantly share code, notes, and snippets.

@matzew
Created May 11, 2015 12:26
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/7314ecda1d42cf08f976 to your computer and use it in GitHub Desktop.
Save matzew/7314ecda1d42cf08f976 to your computer and use it in GitHub Desktop.
Unified Push Database environment
unifiedpush:
image: mysql
environment:
- MYSQL_USER=unifiedpush
- MYSQL_PASSWORD=unifiedpush
- MYSQL_DATABASE=unifiedpush
- MYSQL_ROOT_PASSWORD=supersecret
ports:
- 3306:3306
keycloak:
image: mysql
environment:
- MYSQL_USER=unifiedpush
- MYSQL_PASSWORD=unifiedpush
- MYSQL_DATABASE=keycloak
- MYSQL_ROOT_PASSWORD=supersecret
ports:
- 4406:3306
@matzew
Copy link
Author

matzew commented Jun 3, 2015

Run docker-compose up -d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment