Skip to content

Commit

Permalink
Update ci/tests/python-plugins/docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Aug 5, 2023
1 parent b3d7236 commit 166c051
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/tests/python-plugins/docker-compose.yml
Expand Up @@ -4,6 +4,11 @@ services:
image: redis
ports:
- "0.0.0.0:6379:6379"
logging:
driver: "json-file"
options:
max-size: "200k"
max-file: "10"
healthcheck:
test: [ "CMD", "redis-cli", "--raw", "incr", "ping" ]
interval: 5s
Expand Down

0 comments on commit 166c051

Please sign in to comment.