File tree Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change 1
1
name : redis-commander
2
2
3
3
dependencies :
4
- - redis
4
+ - redis
5
5
6
- # list of files and directories listed that are copied into project .ddev directory
7
6
project_files :
8
- - docker-compose.redis-commander.yaml
9
- - docker-compose.redis-commander_norouter.yaml
10
- - commands/host/redis-commander
7
+ - docker-compose.redis-commander.yaml
8
+ - docker-compose.redis-commander_norouter.yaml
9
+ - commands/host/redis-commander
11
10
12
-
13
- pre_install_actions :
14
- # Ensure we're on DDEV 1.23+. It's required for the `redis-commander` command (launch by port).
15
- - |
16
- #ddev-nodisplay
17
- #ddev-description:Checking DDEV version
18
- (ddev debug capabilities | grep corepack >/dev/null) || (echo "Please upgrade DDEV to v1.23+ to enable launching." && false)
11
+ ddev_version_constraint : ' >= v1.24.3'
19
12
20
13
post_install_actions :
21
14
- |
22
15
#ddev-description:If router disabled, directly expose port
23
- #
24
16
if ( {{ contains "ddev-router" (list .DdevGlobalConfig.omit_containers | toString) }} ); then
25
17
printf "#ddev-generated\nservices:\n redis-commander:\n ports:\n - 1358:1358\n" > docker-compose.redis-commander_norouter.yaml
26
18
fi
You can’t perform that action at this time.
0 commit comments