Skip to content

Instantly share code, notes, and snippets.

@jgillich

jgillich/fig.yml Secret

Created February 4, 2015 09:21
Show Gist options
  • Save jgillich/97c88a99092c37e5d327 to your computer and use it in GitHub Desktop.
Save jgillich/97c88a99092c37e5d327 to your computer and use it in GitHub Desktop.
web:
image: sameersbn/redmine
links:
- db:mysql
ports:
- "8080:80"
environment:
- DB_NAME=redmine
- DB_USER=redmine
- DB_PASS=redmine
- REDMINE_RELATIVE_URL_ROOT=/redmine
volumes:
- .:/opt/redmine/data/plugins/foo
db:
image: sameersbn/mysql
environment:
- DB_NAME=redmine
- DB_USER=redmine
- DB_PASS=redmine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment