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