diff options
| author | kgnfth <[email protected]> | 2021-04-21 02:19:03 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-20 20:19:03 -0400 |
| commit | 05230a43bec4b369249c653459751bbb19584c0d (patch) | |
| tree | 4ecf07c6d4695103a2138046a82e8ffb5c46fe9c | |
| parent | e6dabc80677b080dabfd0f587aa3570f1a6997a9 (diff) | |
| download | caprover-one-click-apps-05230a43bec4b369249c653459751bbb19584c0d.tar.gz caprover-one-click-apps-05230a43bec4b369249c653459751bbb19584c0d.zip | |
Remove db prefix for thumbor (#396)
* Remove db prefix for thumbor
Let the user choose how they want to name it.
* Changed the volume name to be more clearer
| -rw-r--r-- | public/v4/apps/thumbor.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/v4/apps/thumbor.yml b/public/v4/apps/thumbor.yml index 52a6ef2..469a0ce 100644 --- a/public/v4/apps/thumbor.yml +++ b/public/v4/apps/thumbor.yml @@ -1,9 +1,9 @@ captainVersion: 4 services: - $$cap_appname-db: + $$cap_appname: image: minimalcompact/thumbor:$$cap_thumbor_version volumes: - - $$cap_appname-thumbor:/data + - $$cap_appname-data:/data restart: always environment: THUMBOR_PORT: '80' @@ -22,7 +22,7 @@ caproverOneClickApp: See http://thumbor.org for more details. Enter your thumbor Configuration parameters and click on next. It will take about a minute for the process to finish. - end: thumbor is deployed and available as $$cap_appname-db. Go to YOUR_APP_URL/unsafe/200x50/i.imgur.com/bvjzPct.jpg to test thumbor! + end: thumbor is deployed and available as $$cap_appname. Go to YOUR_APP_URL/unsafe/200x50/i.imgur.com/bvjzPct.jpg to test thumbor! displayName: '' description: Thumbor is a smart imaging service. It enables on-demand crop, resizing and flipping of images documentation: Taken from https://hub.docker.com/r/minimalcompact/thumbor/tags/ |
