Update to v5.0.4, added plugin/theme volumes (#848)
This commit is contained in:
parent
766f85e861
commit
fe14025ea6
|
|
@ -24,6 +24,8 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- $$cap_appname-data:/usr/src/redmine/files
|
- $$cap_appname-data:/usr/src/redmine/files
|
||||||
|
- $$cap_appname-themes:/usr/src/redmine/public/themes
|
||||||
|
- $$cap_appname-plugins:/usr/src/redmine/plugins
|
||||||
caproverExtra:
|
caproverExtra:
|
||||||
containerHttpPort: '3000'
|
containerHttpPort: '3000'
|
||||||
|
|
||||||
|
|
@ -31,11 +33,11 @@ caproverOneClickApp:
|
||||||
variables:
|
variables:
|
||||||
- id: $$cap_redmine_version
|
- id: $$cap_redmine_version
|
||||||
label: Redmine Version
|
label: Redmine Version
|
||||||
defaultValue: 4.2.3
|
defaultValue: '5.0.4'
|
||||||
description: 'Check out their Docker page for the valid tags https://hub.docker.com/_/redmine?tab=tags'
|
description: 'Check out their Docker page for the valid tags https://hub.docker.com/_/redmine?tab=tags'
|
||||||
- id: $$cap_mysql_version
|
- id: $$cap_mysql_version
|
||||||
label: MySQL Version
|
label: MySQL Version
|
||||||
defaultValue: 5.7
|
defaultValue: '5.7'
|
||||||
description: 'Check out their Docker page for the valid tags https://hub.docker.com/_/mysql?tab=tags'
|
description: 'Check out their Docker page for the valid tags https://hub.docker.com/_/mysql?tab=tags'
|
||||||
- id: $$cap_mysql_password
|
- id: $$cap_mysql_password
|
||||||
label: MySQL Password
|
label: MySQL Password
|
||||||
|
|
@ -45,26 +47,32 @@ caproverOneClickApp:
|
||||||
defaultValue: $$cap_gen_random_hex(64)
|
defaultValue: $$cap_gen_random_hex(64)
|
||||||
|
|
||||||
instructions:
|
instructions:
|
||||||
start: >-
|
start: |
|
||||||
Redmine is a flexible project management web application written using Ruby on Rails framework. For more info visit https://www.redmine.org/projects/redmine.
|
Redmine is a flexible project management web application written using Ruby on Rails framework. For more info visit https://www.redmine.org/projects/redmine.
|
||||||
|
|
||||||
|
--------------------------------------------
|
||||||
|
Following the installation, login with the default credentials:
|
||||||
|
|
||||||
After installation, login to Redmine using the default credentials [admin:admin].
|
Username: `admin`
|
||||||
end: >-
|
Password: `admin`
|
||||||
|
|
||||||
|
end: |
|
||||||
✅ Redmine has been successfully deployed and is now available at http://$$cap_appname.$$cap_root_domain!
|
✅ Redmine has been successfully deployed and is now available at http://$$cap_appname.$$cap_root_domain!
|
||||||
|
|
||||||
|
|
||||||
🔐 The default login credentials are:
|
🔐 The default login credentials are:
|
||||||
|
|
||||||
Username: admin
|
Username: `admin`
|
||||||
Password: admin
|
Password: `admin`
|
||||||
|
|
||||||
--------------------------------------------
|
--------------------------------------------
|
||||||
|
📂 Access to the required folder for uploading files, plugins, and themes is provided using Caprover managed persistent directories by default (`/var/lib/docker/volumes/$$cap_appname-data`).
|
||||||
|
|
||||||
More information on initial configuration can be found at https://www.redmine.org/projects/redmine/wiki/RedmineInstall#Configuration.
|
--------------------------------------------
|
||||||
|
🔰 More information on initial configuration can be found at https://www.redmine.org/projects/redmine/wiki/RedmineInstall#Configuration.
|
||||||
|
|
||||||
displayName: Redmine (MySQL)
|
displayName: Redmine (PostgreSQL)
|
||||||
isOfficial: true
|
isOfficial: true
|
||||||
description: >-
|
description: >-
|
||||||
Redmine is a flexible project management web application written using Ruby on Rails framework. This app is packaged with MySQL.
|
Redmine is a flexible project management web application written using Ruby on Rails framework. This app is packaged with MySQL.
|
||||||
documentation: >-
|
documentation: >-
|
||||||
This docker-compose is taken from https://hub.docker.com/_/redmine?tab=description
|
More information on initial configuration can be found at https://www.redmine.org/projects/redmine/wiki/RedmineInstall#Configuration. This template was developed using variables from https://hub.docker.com/_/redmine?tab=description.
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,8 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- $$cap_appname-data:/usr/src/redmine/files
|
- $$cap_appname-data:/usr/src/redmine/files
|
||||||
|
- $$cap_appname-themes:/usr/src/redmine/public/themes
|
||||||
|
- $$cap_appname-plugins:/usr/src/redmine/plugins
|
||||||
caproverExtra:
|
caproverExtra:
|
||||||
containerHttpPort: '3000'
|
containerHttpPort: '3000'
|
||||||
|
|
||||||
|
|
@ -34,11 +36,11 @@ caproverOneClickApp:
|
||||||
variables:
|
variables:
|
||||||
- id: $$cap_redmine_version
|
- id: $$cap_redmine_version
|
||||||
label: Redmine Version
|
label: Redmine Version
|
||||||
defaultValue: '4.2.3'
|
defaultValue: '5.0.4'
|
||||||
description: 'Check out their Docker page for the valid tags https://hub.docker.com/_/redmine?tab=tags'
|
description: 'Check out their Docker page for the valid tags https://hub.docker.com/_/redmine?tab=tags'
|
||||||
- id: $$cap_postgres_version
|
- id: $$cap_postgres_version
|
||||||
label: PostgreSQL Version
|
label: PostgreSQL Version
|
||||||
defaultValue: '9.6'
|
defaultValue: '15.1'
|
||||||
description: 'Check out their Docker page for the valid tags https://hub.docker.com/_/postgres?tab=tags'
|
description: 'Check out their Docker page for the valid tags https://hub.docker.com/_/postgres?tab=tags'
|
||||||
- id: $$cap_postgres_user
|
- id: $$cap_postgres_user
|
||||||
label: PostgreSQL username
|
label: PostgreSQL username
|
||||||
|
|
@ -51,26 +53,32 @@ caproverOneClickApp:
|
||||||
defaultValue: $$cap_gen_random_hex(64)
|
defaultValue: $$cap_gen_random_hex(64)
|
||||||
|
|
||||||
instructions:
|
instructions:
|
||||||
start: >-
|
start: |
|
||||||
Redmine is a flexible project management web application written using Ruby on Rails framework. For more info visit https://www.redmine.org/projects/redmine.
|
Redmine is a flexible project management web application written using Ruby on Rails framework. For more info visit https://www.redmine.org/projects/redmine.
|
||||||
|
|
||||||
|
--------------------------------------------
|
||||||
|
Following the installation, login with the default credentials:
|
||||||
|
|
||||||
After installation, login to Redmine using the default credentials [admin:admin].
|
Username: `admin`
|
||||||
end: >-
|
Password: `admin`
|
||||||
|
|
||||||
|
end: |
|
||||||
✅ Redmine has been successfully deployed and is now available at http://$$cap_appname.$$cap_root_domain!
|
✅ Redmine has been successfully deployed and is now available at http://$$cap_appname.$$cap_root_domain!
|
||||||
|
|
||||||
|
|
||||||
🔐 The default login credentials are:
|
🔐 The default login credentials are:
|
||||||
|
|
||||||
Username: admin
|
Username: `admin`
|
||||||
Password: admin
|
Password: `admin`
|
||||||
--------------------------------------------
|
|
||||||
|
|
||||||
More information on initial configuration can be found at https://www.redmine.org/projects/redmine/wiki/RedmineInstall#Configuration.
|
--------------------------------------------
|
||||||
|
📂 Access to the required folder for uploading files, plugins, and themes is provided using Caprover managed persistent directories by default (`/var/lib/docker/volumes/$$cap_appname-data`).
|
||||||
|
|
||||||
|
--------------------------------------------
|
||||||
|
🔰 More information on initial configuration can be found at https://www.redmine.org/projects/redmine/wiki/RedmineInstall#Configuration.
|
||||||
|
|
||||||
displayName: Redmine (PostgreSQL)
|
displayName: Redmine (PostgreSQL)
|
||||||
isOfficial: true
|
isOfficial: true
|
||||||
description: >-
|
description: >-
|
||||||
Redmine is a flexible project management web application written using Ruby on Rails framework. This app is packaged with PostgreSQL.
|
Redmine is a flexible project management web application written using Ruby on Rails framework. This app is packaged with PostgreSQL.
|
||||||
documentation: >-
|
documentation: >-
|
||||||
This docker-compose is taken from https://hub.docker.com/_/redmine?tab=description
|
More information on initial configuration can be found at https://www.redmine.org/projects/redmine/wiki/RedmineInstall#Configuration. This template was developed using variables from https://hub.docker.com/_/redmine?tab=description.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue