Skip to content

Instantly share code, notes, and snippets.

@jimbojsb
Created July 28, 2016 14:22
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 jimbojsb/cd0397f063db05fbcbd0064fedfe1024 to your computer and use it in GitHub Desktop.
Save jimbojsb/cd0397f063db05fbcbd0064fedfe1024 to your computer and use it in GitHub Desktop.
docker compose dev
web:
build: .
command: /seaglass/docker/bootstrap-dev.sh
ports:
- 20019:80
volumes:
- ~/projects/seaglass:/seaglass
links:
- redis
environment:
APPLICATION_ENV: development
redis:
image: redis:2.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment