We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef80c90 + 0215072 commit 5619af4Copy full SHA for 5619af4
.github/workflows/end-to-end.yml
@@ -96,15 +96,15 @@ jobs:
96
MCP_SCOPES: openid email profile phone organizations
97
STYLESHEET_URL: ""
98
redis:
99
- image: redis:7.0
+ image: redis:7.2
100
ports:
101
- 6379:6379
102
postgres:
103
+ image: postgres:15.8
104
env:
105
POSTGRES_USER: ${{ env.PGUSER }}
106
POSTGRES_PASSWORD: ${{ env.PGPASSWORD }}
107
POSTGRES_DB: ${{ env.PGDATABASE }}
- image: postgres:15.8
108
109
- 5432:5432
110
steps:
docker-compose.yml
@@ -11,7 +11,7 @@ services:
11
- db-data:/var/lib/postgresql/data
12
13
14
15
16
- "6379:6379"
17
0 commit comments