Skip to content

Commit 3ebc7a3

Browse files
committed
chore: fallback to legacy bitnami for now
1 parent 96d486e commit 3ebc7a3

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docker-compose.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -198,19 +198,13 @@ services:
198198
- postgres_socket:/var/run/postgresql
199199

200200
redis:
201-
image: redis:6.2
201+
image: bitnamilegacy/redis:6.2
202202
environment:
203203
- REDIS_PASSWORD=passw0rd
204204
volumes:
205205
- redis_data:/data
206206
ports:
207207
- "16379:6379"
208-
command: ["redis-server", "--appendonly", "yes", "--requirepass", "${REDIS_PASSWORD}"]
209-
healthcheck:
210-
test: ["CMD-SHELL", "sh -c 'redis-cli -a \"$REDIS_PASSWORD\" ping | grep PONG'"]
211-
interval: 10s
212-
timeout: 5s
213-
retries: 5
214208

215209
rabbitmq:
216210
image: rabbitmq:3.8-alpine

0 commit comments

Comments
 (0)