Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6970cb8

Browse files
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

‎.github/workflows/general.yml

Lines changed: 4 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /