Skip to content

Instantly share code, notes, and snippets.

@slemeur
Created July 11, 2017 09:35
Show Gist options
  • Select an option

  • Save slemeur/f26543da25c0a76c0a86bd484a8caa41 to your computer and use it in GitHub Desktop.

Select an option

Save slemeur/f26543da25c0a76c0a86bd484a8caa41 to your computer and use it in GitHub Desktop.
compose-multi
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