File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,11 @@ jobs:
2222 # Docker Hub image
2323 image : redis
2424 # Set health checks to wait until redis has started
25- env :
26- REDIS_PASSWORD : somerealpassword
2725 options : >-
2826 --health-cmd "redis-cli ping"
2927 --health-interval 10s
3028 --health-timeout 5s
3129 --health-retries 5
32- --requirepass somerealpassword
3330 ports :
3431 # Maps port 6379 on service container to the host
3532 - 6379:6379
Original file line number Diff line number Diff line change @@ -25,6 +25,6 @@ POSTGRES_TZ="Etc/UTC"
2525REDIS_HOST = " localhost"
2626REDIS_PORT = 6379
2727# Should be commented during development to work with docker-compose-dev, and set in production
28- REDIS_PASSWORD = " somerealpassword "
28+ # REDIS_PASSWORD=""
2929REDIS_LIMIT = 5
3030REDIS_WINDOW = 60
You can’t perform that action at this time.
0 commit comments