mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
update
This commit is contained in:
parent
4993bec7dc
commit
87aeeafd13
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: postgres:14-alpine
|
image: postgres:16-alpine
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||||
volumes:
|
volumes:
|
||||||
- db_data:/var/lib/postgresql/data
|
- db_data:/var/lib/postgresql/data
|
||||||
hasura:
|
hasura:
|
||||||
image: hasura/graphql-engine:v2.10.1.cli-migrations-v3
|
image: hasura/graphql-engine:v2.36.1-ce.cli-migrations-v3.ubi
|
||||||
depends_on: [db]
|
depends_on: [db]
|
||||||
environment:
|
environment:
|
||||||
HASURA_GRAPHQL_DATABASE_URL: postgres://postgres:${POSTGRES_PASSWORD}@db:5432/postgres
|
HASURA_GRAPHQL_DATABASE_URL: postgres://postgres:${POSTGRES_PASSWORD}@db:5432/postgres
|
||||||
|
@ -21,7 +21,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
postgrest:
|
postgrest:
|
||||||
image: postgrest/postgrest:v10.0.0
|
image: postgrest/postgrest:v12.0.1
|
||||||
depends_on: [db]
|
depends_on: [db]
|
||||||
environment:
|
environment:
|
||||||
PGRST_DB_URI: postgres://postgres:${POSTGRES_PASSWORD}@db:5432/postgres
|
PGRST_DB_URI: postgres://postgres:${POSTGRES_PASSWORD}@db:5432/postgres
|
||||||
|
|
Loading…
Add table
Reference in a new issue