Skip to content

Commit

Permalink
feat(compose): add redis password (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfalkowski committed May 20, 2024
1 parent bceee53 commit 6531dea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ services:
- "5432:5432"

redis:
image: docker.io/redis:7.2-alpine
image: docker.io/bitnami/redis:7.2
ports:
- "6379:6379"
environment:
REDIS_PASSWORD: test

localstack:
image: docker.io/localstack/localstack:3.4
Expand Down

0 comments on commit 6531dea

Please sign in to comment.