Skip to content

Commit

Permalink
Pin redis to version with free license
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Apr 27, 2024
1 parent 212ba6a commit 39980ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/digitalocean-1click/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
command: celery -A gramps_webapi.celery worker --loglevel=INFO

grampsweb_redis:
image: redis:alpine
image: redis:7.2.4-alpine
container_name: grampsweb_redis
restart: always

Expand Down
2 changes: 1 addition & 1 deletion examples/docker-compose-base/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
command: celery -A gramps_webapi.celery worker --loglevel=INFO

grampsweb_redis:
image: redis:alpine
image: redis:7.2.4-alpine
container_name: grampsweb_redis
restart: always

Expand Down
2 changes: 1 addition & 1 deletion examples/docker-compose-letsencrypt/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
command: celery -A gramps_webapi.celery worker --loglevel=INFO

grampsweb_redis:
image: redis:alpine
image: redis:7.2.4-alpine
container_name: grampsweb_redis
restart: always

Expand Down

0 comments on commit 39980ad

Please sign in to comment.