Updated orangehrm to use orangehrm/orangehrm (#957)
This commit is contained in:
parent
ae07954636
commit
a0d962d312
|
|
@ -14,12 +14,12 @@ services:
|
||||||
caproverExtra:
|
caproverExtra:
|
||||||
notExposeAsWebApp: 'true'
|
notExposeAsWebApp: 'true'
|
||||||
$$cap_appname:
|
$$cap_appname:
|
||||||
documentation: Taken from https://hub.docker.com/r/bitnami/orangehrm
|
documentation: Taken from https://hub.docker.com/r/orangehrm/orangehrm
|
||||||
depends_on:
|
depends_on:
|
||||||
- $$cap_appname-db
|
- $$cap_appname-db
|
||||||
image: bitnami/orangehrm:$$cap_orangehrm_version
|
image: orangehrm/orangehrm:$$cap_orangehrm_version
|
||||||
volumes:
|
volumes:
|
||||||
- $$cap_appname-data:/bitnami
|
- $$cap_appname-data:/orangehrm
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
ORANGEHRM_USERNAME: $$cap_admin_name
|
ORANGEHRM_USERNAME: $$cap_admin_name
|
||||||
|
|
@ -32,6 +32,8 @@ services:
|
||||||
SMTP_PORT: $$cap_smtp_port
|
SMTP_PORT: $$cap_smtp_port
|
||||||
SMTP_USER: $$cap_smtp_user
|
SMTP_USER: $$cap_smtp_user
|
||||||
SMTP_PASSWORD: $$cap_smtp_pass
|
SMTP_PASSWORD: $$cap_smtp_pass
|
||||||
|
PUID: 998
|
||||||
|
PGID: 100
|
||||||
caproverOneClickApp:
|
caproverOneClickApp:
|
||||||
variables:
|
variables:
|
||||||
- id: $$cap_admin_name
|
- id: $$cap_admin_name
|
||||||
|
|
@ -45,12 +47,12 @@ caproverOneClickApp:
|
||||||
validRegex: /.{1,}/
|
validRegex: /.{1,}/
|
||||||
- id: $$cap_orangehrm_version
|
- id: $$cap_orangehrm_version
|
||||||
label: OrangeHRM Version
|
label: OrangeHRM Version
|
||||||
defaultValue: '4.6.0-0'
|
defaultValue: '5.4'
|
||||||
description: https://hub.docker.com/r/bitnami/orangehrm/tags
|
description: https://hub.docker.com/r/bitnami/orangehrm/tags
|
||||||
validRegex: /^([^\s^\/])+$/
|
validRegex: /^([^\s^\/])+$/
|
||||||
- id: $$cap_mariadb_version
|
- id: $$cap_mariadb_version
|
||||||
label: MariaDB (database) version
|
label: MariaDB (database) version
|
||||||
defaultValue: 10.5.3
|
defaultValue: 10.11.4
|
||||||
description: Check out their Docker page for the valid tags https://hub.docker.com/_/mariadb?tab=tags
|
description: Check out their Docker page for the valid tags https://hub.docker.com/_/mariadb?tab=tags
|
||||||
validRegex: /^([^\s^\/])+$/
|
validRegex: /^([^\s^\/])+$/
|
||||||
- id: $$cap_db_pass
|
- id: $$cap_db_pass
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue