Skip to content

Commit 6970cb8

Browse files
committed
Feat: implemented redis for cookies lifespan
1 parent d14663f commit 6970cb8

File tree

11 files changed

+353
-39
lines changed

11 files changed

+353
-39
lines changed

Diff for: .github/workflows/general.yml

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
# Map service container ports to the host ports
3434
ports:
3535
- 5432:5432
36+
redis:
37+
image: redis:7
38+
ports:
39+
- 6379:6379
3640

3741
steps:
3842
# Downloads a copy of the code in your repository before running CI tests

0 commit comments

Comments
 (0)