added missing env option for monica and a little change (#351)
* added missing env option for monica & and a little change * added missing env option for monica and a little change
This commit is contained in:
parent
f217b81e30
commit
96f8cc2cc7
|
|
@ -4,7 +4,7 @@ services:
|
|||
$$cap_appname:
|
||||
depends_on:
|
||||
- $$cap_appname-mariadb
|
||||
image: monica@$$cap_monica_version
|
||||
image: monica:$$cap_monica_version
|
||||
restart: 'always'
|
||||
environment:
|
||||
APP_KEY: $$cap_gen_random_hex(32)
|
||||
|
|
@ -12,6 +12,7 @@ services:
|
|||
DB_DATABASE: $$cap_mariadb-db
|
||||
DB_USERNAME: $$cap_mariadb-user
|
||||
DB_PASSWORD: $$cap_mariadb-pass
|
||||
APP_ENV: 'production'
|
||||
volumes:
|
||||
- $$cap_appname-storage:/var/www/html/storage
|
||||
# MariaDB
|
||||
|
|
@ -30,9 +31,9 @@ services:
|
|||
caproverOneClickApp:
|
||||
variables:
|
||||
- id: $$cap_monica_version
|
||||
label: Monica Docker Hash
|
||||
defaultValue: sha256:469001036f96018b94312dd017678123aa23d56816ba6402ed03c6a8d1805a92
|
||||
description: Starts with 'sha256:'. Find on https://hub.docker.com/_/monica?tab=tags. Use the hash from Apache tag otherwise it won't work.
|
||||
label: Monica Docker version
|
||||
defaultValue: '2.19.1'
|
||||
description: Checkout this page for the valid tags Find on https://hub.docker.com/_/monica?tab=tags. Use the Apache tag otherwise it won't work.
|
||||
- id: $$cap_mariadb_version
|
||||
label: MariaDB Version
|
||||
defaultValue: '10.5.6'
|
||||
|
|
@ -55,7 +56,7 @@ caproverOneClickApp:
|
|||
end: >-
|
||||
Aaaand you're done! 😄
|
||||
|
||||
Wait approximately 1 minutes until all migrations are done and then access Monica at http://$$cap_appname.$$cap_root_domain from your host system. If this looks ok, add your first user account.
|
||||
Wait approximately 1 minutes until all migrations are done and then access Monica at https://$$cap_appname.$$cap_root_domain from your host system. If this looks ok, add your first user account.
|
||||
displayName: 'Monica'
|
||||
isOfficial: true
|
||||
description: Monica is a great open source personal relationship management system to organize the interactions with your loved ones.
|
||||
|
|
|
|||
Loading…
Reference in New Issue