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

Added Redis via Docker #20085

Merged
merged 2 commits into from May 7, 2024
Merged

Added Redis via Docker #20085

merged 2 commits into from May 7, 2024

Conversation

mike182uk
Copy link
Member

no refs

Redis can be utilised for various caching purposes within Ghost. This PR adds a Redis service to the docker-compose file to allow for easier local development when Redis is required

no refs

Redis can be utilised for various caching purposes within Ghost. This PR adds
a Redis service to the docker-compose file to allow for easier local development
when Redis is required.
@@ -21,3 +21,9 @@ services:
test: "mysql -uroot -proot ghost -e 'select 1'"
interval: 1s
retries: 120
redis:
image: redis:7.2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you be able to use 7.0? It's what we currently use elsewhere, so it makes sense to keep those aligned for now

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 updated in 7b01bb8

@daniellockyer daniellockyer self-requested a review May 1, 2024 15:13
@mike182uk mike182uk merged commit af92297 into TryGhost:main May 7, 2024
22 checks passed
@mike182uk mike182uk deleted the docker-redis branch May 7, 2024 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants