Adjust rendmine compose for clarity and accuracy

This commit is contained in:
Joe Ferguson 2016-10-04 15:13:18 -07:00
parent dc6443ed1b
commit de5343c5fe
1 changed files with 6 additions and 4 deletions

View File

@ -5,15 +5,17 @@ services:
redmine:
image: redmine
ports:
- 8080:80
- 8080:3000
environment:
REDMINE_DB_MYSQL: mysql
REDMINE_DB_MYSQL: db
REDMINE_DB_PASSWORD: example
depends_on:
- mysql
- db
restart: always
mysql:
db:
image: mariadb
environment:
MYSQL_ROOT_PASSWORD: example
MYSQL_DATABASE: redmine
restart: always