Skip to content

Commit

Permalink
fix: replace another 'addon-template' with 'redis'
Browse files Browse the repository at this point in the history
also remove unnecessary comments
  • Loading branch information
hussainweb committed Jan 26, 2022
1 parent c727e4a commit c7b4343
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion docker-compose.redis.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Simple template to demonstrate addon-template
version: '3.6'
services:
redis:
Expand Down
7 changes: 1 addition & 6 deletions install.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: addon-template
name: redis

# pre_install_actions - list of actions to run before installing the addon.
# Examples would be removing an extraneous docker volume,
# or doing a sanity check for requirements.
pre_install_actions:
# - 'if [ "$(arch)" = "arm64" -o "$(arch)" = "aarch64" ]; then echo "This package does not work on arm64 machines"; exit 1; fi'
# - "docker volume rm ddev-${DDEV_PROJECT}_solr 2>/dev/null || true"

# list of files and directories listed that are copied into project .ddev directory
project_files:
Expand All @@ -15,8 +13,5 @@ project_files:

# List of files and directories that are copied into the global .ddev directory
global_files:
# - commands
# - homeadditions

post_install_actions:
# - perl -pi -e 's/oldstring/newstring/g' docker-compose.addon-template.yaml

0 comments on commit c7b4343

Please sign in to comment.