Skip to content

Instantly share code, notes, and snippets.

@kostajh
Last active May 3, 2016 12: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 kostajh/f1f466dd2bb14ee44ccf7a14edead8aa to your computer and use it in GitHub Desktop.
Save kostajh/f1f466dd2bb14ee44ccf7a14edead8aa to your computer and use it in GitHub Desktop.
version: '2'
services:
web:
build: .
ports:
- "80:80"
depends_on:
- db
- selenium
volumes:
- ./drupal:/var/www/html/
- .:/code
selenium:
image: selenium/standalone-firefox
ports:
- "4444:4444"
db:
image: mysql:5.5.49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment