-
-
Save jgillich/97c88a99092c37e5d327 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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