Skip to content

Commit

Permalink
feat: add docker services needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Bikram-ghuku committed Dec 30, 2024
1 parent ec26511 commit a635d47
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docker-compose.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,11 @@ services:
- "9042:9042"
environment:
- CASSANDRA_USER=admin
- CASSANDRA_PASSWORD=admin
- CASSANDRA_PASSWORD=admin

pub-sub:
container_name: sc-pub-sub
image: redis:8.0-M02-alpine
restart: always
ports:
- '6379:6379'

0 comments on commit a635d47

Please sign in to comment.