chore(supabase): Update Supabase service template and Postgres image version
- Bump Supabase Postgres image from 15.6.1.146 to 15.8.1.048
This commit is contained in:
parent
f73c74bd44
commit
911957ff66
2 changed files with 2 additions and 2 deletions
|
|
@ -318,7 +318,7 @@ services:
|
||||||
# NEXT_ANALYTICS_BACKEND_PROVIDER=bigquery
|
# NEXT_ANALYTICS_BACKEND_PROVIDER=bigquery
|
||||||
- 'OPENAI_API_KEY=${OPENAI_API_KEY}'
|
- 'OPENAI_API_KEY=${OPENAI_API_KEY}'
|
||||||
supabase-db:
|
supabase-db:
|
||||||
image: supabase/postgres:15.6.1.146
|
image: supabase/postgres:15.8.1.048
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: pg_isready -U postgres -h 127.0.0.1
|
test: pg_isready -U postgres -h 127.0.0.1
|
||||||
interval: 5s
|
interval: 5s
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue