Skip to content

Instantly share code, notes, and snippets.

@etdebruin
Created December 11, 2014 02:28
Show Gist options
  • Save etdebruin/922e4de4d6ff7423af64 to your computer and use it in GitHub Desktop.
Save etdebruin/922e4de4d6ff7423af64 to your computer and use it in GitHub Desktop.
fig.yml
web:
build: .
command: php -S 0.0.0.0:8000 -t /var/www/html/web
ports:
- "8000:8000"
links:
- db
- db:database
volumes:
- .:/code
db:
image: mysql:5.6
environment:
MYSQL_DATABASE: cobblestone
MYSQL_USER: xxx
MYSQL_PASSWORD: xxx
MYSQL_ROOT_PASSWORD: xxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment