Skip to content

Commit

Permalink
Merge pull request #953 from Websoft9/update-redmine-b310adc9
Browse files Browse the repository at this point in the history
Update redmine
  • Loading branch information
qiaofeng1227 authored Nov 19, 2024
2 parents a49fefa + f100bff commit e2fbb41
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
15 changes: 7 additions & 8 deletions apps/redmine/.env
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
W9_DIST=community
W9_VERSION=latest
W9_DIST='community'
W9_VERSION='6.0'
W9_REPO=redmine

W9_POWER_PASSWORD=uQ8E1wVTzG8SOk3!
W9_POWER_PASSWORD='55JVOTbuWtMkTiZ!'
#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
W9_ID=redmine
W9_ID='redmine'
W9_HTTP_PORT=3000
W9_HTTP_PORT_SET=9001
W9_HTTP_PORT_SET='9001'
W9_LOGIN_USER=admin
W9_LOGIN_PASSWORD=admin
W9_URL=appname.example.com
W9_URL='appname.example.com'
W9_DB_EXPOSE="mysql"
W9_DB_VERSION=5.7
W9_NETWORK=websoft9
#### --------------------------------------------------------------------------------------- ####
#### --------------------------------------------------------------------------------------- ####
2 changes: 1 addition & 1 deletion apps/redmine/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
REDMINE_DB_DATABASE: $W9_ID
REDMINE_DB_PASSWORD: $W9_POWER_PASSWORD
REDMINE_PLUGINS_MIGRATE: 1
REDMINE_SECRET_KEY_BASE: supersecretkey
SECRET_KEY_BASE: supersecretkey
depends_on:
- mysql

Expand Down
2 changes: 1 addition & 1 deletion apps/redmine/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"dist": "community",
"version": [
"5.1",
"6.0",
"latest"
]
}
Expand Down

0 comments on commit e2fbb41

Please sign in to comment.