プレイグラウンド、サンドボックス、使い捨てスクリプト置き場
0

Configure Feed

Select the types of activity you want to include in your feed.

update

Kohei Watanabe (Dec 19, 2023, 2:23 PM +0900) 87aeeafd 4993bec7

+3 -3
+3 -3
hasura-rest/compose.yml
··· 1 1 services: 2 2 db: 3 - image: postgres:14-alpine 3 + image: postgres:16-alpine 4 4 environment: 5 5 POSTGRES_PASSWORD: ${POSTGRES_PASSWORD} 6 6 volumes: 7 7 - db_data:/var/lib/postgresql/data 8 8 hasura: 9 - image: hasura/graphql-engine:v2.10.1.cli-migrations-v3 9 + image: hasura/graphql-engine:v2.36.1-ce.cli-migrations-v3.ubi 10 10 depends_on: [db] 11 11 environment: 12 12 HASURA_GRAPHQL_DATABASE_URL: postgres://postgres:${POSTGRES_PASSWORD}@db:5432/postgres ··· 21 21 ports: 22 22 - "8080:8080" 23 23 postgrest: 24 - image: postgrest/postgrest:v10.0.0 24 + image: postgrest/postgrest:v12.0.1 25 25 depends_on: [db] 26 26 environment: 27 27 PGRST_DB_URI: postgres://postgres:${POSTGRES_PASSWORD}@db:5432/postgres