Skip to content

Commit ea05c7d

Browse files
committed
add redis in integration.test
1 parent 82e0dc0 commit ea05c7d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docker-compose.test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ services:
5252
timeout: 3s
5353
retries: 5
5454

55+
redis:
56+
image: redis:6.0.9
57+
ports:
58+
- 6379:6379
59+
volumes:
60+
- redis-data-test:/data
61+
restart: unless-stopped
62+
5563
# accounting:
5664
# image: codexteamuser/codex-accounting:prod
5765
# env_file:

0 commit comments

Comments
 (0)