summaryrefslogtreecommitdiffhomepage
path: root/public/v4/apps/lychee.yml
diff options
context:
space:
mode:
authorkgnfth <[email protected]>2020-12-24 18:27:06 +0100
committerGitHub <[email protected]>2020-12-24 12:27:06 -0500
commitc9f929f74c73d69c9b6deccacd56f76b5b5835de (patch)
tree429f8171f8925c8a687dcfab617d1ee74205ffcd /public/v4/apps/lychee.yml
parent085f998844af76d4a8c9969662b6945d44550600 (diff)
downloadcaprover-one-click-apps-c9f929f74c73d69c9b6deccacd56f76b5b5835de.tar.gz
caprover-one-click-apps-c9f929f74c73d69c9b6deccacd56f76b5b5835de.zip
✨ Added Duplicati & removed port mapping in lychee 🔧 (#334)
* :wrench: removed port mapping in lychee * :wrench: removed port mapping in lychee * :sparkles: Added Duplicati
Diffstat (limited to 'public/v4/apps/lychee.yml')
-rw-r--r--public/v4/apps/lychee.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/public/v4/apps/lychee.yml b/public/v4/apps/lychee.yml
index bc76b66..b944357 100644
--- a/public/v4/apps/lychee.yml
+++ b/public/v4/apps/lychee.yml
@@ -17,8 +17,6 @@ services:
DB_USERNAME: $$cap_mariadb-user
DB_PASSWORD: $$cap_mariadb-password
STARTUP_DELAY: '30'
- ports:
- - $$cap_webui_port:80
volumes:
- $$cap_appname-conf:/conf
- $$cap_appname-uploads:/uploads
@@ -57,10 +55,6 @@ caproverOneClickApp:
defaultValue: '1000'
description: Group ID that the process uses, run (id $user) in your instance to see the id
validRegex: /.{1,}/
- - id: $$cap_webui_port
- label: Lychee WebUI Port
- description: The port used to access Lychee
- defaultValue: '90'
- id: $$cap_mariadb_version
label: MariaDB Version
defaultValue: '10.5.6'