fix supabase
This commit is contained in:
@@ -331,7 +331,6 @@ services:
|
|||||||
- config_file=/etc/postgresql/postgresql.conf
|
- config_file=/etc/postgresql/postgresql.conf
|
||||||
- -c
|
- -c
|
||||||
- log_min_messages=fatal
|
- log_min_messages=fatal
|
||||||
restart: unless-stopped
|
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_HOST=/var/run/postgresql
|
- POSTGRES_HOST=/var/run/postgresql
|
||||||
- PGPORT=${POSTGRES_PORT:-5432}
|
- PGPORT=${POSTGRES_PORT:-5432}
|
||||||
@@ -620,7 +619,6 @@ services:
|
|||||||
timeout: 5s
|
timeout: 5s
|
||||||
interval: 5s
|
interval: 5s
|
||||||
retries: 10
|
retries: 10
|
||||||
restart: unless-stopped
|
|
||||||
depends_on:
|
depends_on:
|
||||||
supabase-db:
|
supabase-db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
@@ -918,7 +916,6 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
supabase-analytics:
|
supabase-analytics:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
restart: unless-stopped
|
|
||||||
environment:
|
environment:
|
||||||
- PGRST_DB_URI=postgres://authenticator:${SERVICE_PASSWORD_POSTGRES}@${POSTGRES_HOSTNAME:-supabase-db}:${POSTGRES_PORT:-5432}/${POSTGRES_DB:-postgres}
|
- PGRST_DB_URI=postgres://authenticator:${SERVICE_PASSWORD_POSTGRES}@${POSTGRES_HOSTNAME:-supabase-db}:${POSTGRES_PORT:-5432}/${POSTGRES_DB:-postgres}
|
||||||
- 'PGRST_DB_SCHEMAS=${PGRST_DB_SCHEMAS:-public,storage,graphql_public}'
|
- 'PGRST_DB_SCHEMAS=${PGRST_DB_SCHEMAS:-public,storage,graphql_public}'
|
||||||
@@ -1357,7 +1354,6 @@ services:
|
|||||||
timeout: 5s
|
timeout: 5s
|
||||||
interval: 5s
|
interval: 5s
|
||||||
retries: 10
|
retries: 10
|
||||||
restart: unless-stopped
|
|
||||||
depends_on:
|
depends_on:
|
||||||
supabase-db:
|
supabase-db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
Reference in New Issue
Block a user