Skip to content

Commit

Permalink
Merge branch 'fix/#5484/add_missing_service_base_for_redis' into 'dev…
Browse files Browse the repository at this point in the history
…elop'

fix: add *service_base on redis

See merge request canopsis/canopsis-pro!3936
  • Loading branch information
mmourcia committed Aug 1, 2024
2 parents 80a4cae + e2e58b2 commit 79babd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions community/deployment/canopsis/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ services:
condition: service_healthy

redis:
<<: *service_base
image: redis:${REDIS_TAG}
ports:
- "6379:6379"
Expand Down

0 comments on commit 79babd3

Please sign in to comment.