Skip to content

Commit

Permalink
chore: fix hobby plugin server (#24750)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh authored Sep 3, 2024
1 parent 1bc6264 commit 71a67e5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-compose.hobby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ services:
service: redis
volumes:
- redis-data:/data

redis7:
extends:
file: docker-compose.base.yml
service: redis7
volumes:
- redis7-data:/data

clickhouse:
#
# Note: please keep the default version in sync across
Expand Down Expand Up @@ -112,9 +120,11 @@ services:
OBJECT_STORAGE_SECRET_ACCESS_KEY: 'object_storage_root_password'
OBJECT_STORAGE_ENDPOINT: http://objectstorage:19000
OBJECT_STORAGE_ENABLED: true
CDP_REDIS_HOST: redis7
depends_on:
- db
- redis
- redis7
- clickhouse
- kafka
- objectstorage
Expand Down Expand Up @@ -215,4 +225,5 @@ volumes:
caddy-data:
caddy-config:
redis-data:
redis7-data:
kafka-data:

0 comments on commit 71a67e5

Please sign in to comment.