Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add valkey #1152

Merged
merged 2 commits into from
Oct 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions public/v4/apps/valkey.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
captainVersion: 4
services:
$$cap_appname:
image: valkey/valkey:$$cap_valkey_version
volumes:
- $$cap_appname-valkey-data:/data
restart: always
environment:
VALKEY_EXTRA_FLAGS: $$cap_valkey_extra_flags
caproverExtra:
notExposeAsWebApp: 'true'
caproverOneClickApp:
variables:
- id: $$cap_valkey_version
label: Valkey Version Tag
description: 'Check out their Docker page for the valid tags: https://hub.docker.com/valkey/valkey?tab=tags'
defaultValue: '8.0.1-alpine'
validRegex: /^([^\s^\/])+$/
- id: $$cap_valkey_extra_flags
label: Valkey extra flags
description: >-
you can pass extra flags to `valkey-server` command using this value
For example by passing `--requirepass password` you can set a password for Valkey server
instructions:
start: >-
Valkey is a flexible distributed key-value datastore that supports both caching and beyond caching workloads.

After installation on CapRover, it will be available as srv-captain--YOUR_CONTAINER_NAME at port 6379 to other CapRover apps.

Enter your Valkey container name and click on next. It will take about a minute for the process to finish.
end: 'Valkey is deployed and available as srv-captain--$$cap_appname:6379 to other apps.'
displayName: 'Valkey'
isOfficial: true
description: Valkey is a flexible distributed key-value datastore that supports both caching and beyond caching workloads.
documentation: Taken from https://hub.docker.com/valkey/valkey
Binary file added public/v4/logos/valkey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading