Created
July 11, 2017 09:35
-
-
Save slemeur/f26543da25c0a76c0a86bd484a8caa41 to your computer and use it in GitHub Desktop.
compose-multi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| services: | |
| db: | |
| image: eclipse/mysql | |
| environment: | |
| MYSQL_ROOT_PASSWORD: password | |
| MYSQL_DATABASE: petclinic | |
| MYSQL_USER: petclinic | |
| MYSQL_PASSWORD: password | |
| mem_limit: 1073741824 | |
| volumes_from: | |
| - dev-machine | |
| dev-machine: | |
| image: eclipse/ubuntu_jdk8 | |
| mem_limit: 2147483648 | |
| depends_on: | |
| - db |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment