Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker-compose.db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ services:

valkey:
container_name: zerodotemail-redis
image: docker.io/bitnami/valkey:8.0
image: docker.io/bitnamilegacy/valkey:8.0
Comment thread
CamosITSolutions marked this conversation as resolved.
environment:
- ALLOW_EMPTY_PASSWORD=yes
- VALKEY_DISABLE_COMMANDS=FLUSHDB,FLUSHALL
ports:
- 6379:6379
volumes:
- valkey-data:/bitnami/valkey/data
- valkey-data:/bitnamilegacy/valkey/data

upstash-proxy:
container_name: zerodotemail-upstash-proxy
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ services:
retries: 5

valkey:
image: docker.io/bitnami/valkey:8.0
image: docker.io/bitnamilegacy/valkey:8.0
environment:
- ALLOW_EMPTY_PASSWORD=yes
- VALKEY_DISABLE_COMMANDS=FLUSHDB,FLUSHALL
volumes:
- valkey-data:/bitnami/valkey/data
- valkey-data:/bitnamilegacy/valkey/data
healthcheck:
test: ['CMD', 'redis-cli', '-h', 'localhost', '-p', '6379', 'ping']
interval: 10s
Expand Down