feat: Mise à jour du fichier de configuration
This commit is contained in:
parent
5a572c7f4a
commit
b5339522ec
@ -1,9 +1,6 @@
|
|||||||
# postgrest
|
#
|
||||||
|
# PostgreSQL
|
||||||
POSTGREST_CONTAINER_NAME=postgrest
|
#
|
||||||
POSTGREST_IMAGE=postgrest/postgrest:v12.0.2
|
|
||||||
|
|
||||||
# postgres
|
|
||||||
|
|
||||||
POSTGRES_CONTAINER_NAME=postgres
|
POSTGRES_CONTAINER_NAME=postgres
|
||||||
POSTGRES_IMAGE=postgres:latest
|
POSTGRES_IMAGE=postgres:latest
|
||||||
@ -15,7 +12,24 @@ POSTGRES_DB=postgres
|
|||||||
DB_ANON_ROLE=anon
|
DB_ANON_ROLE=anon
|
||||||
DB_SCHEMA=public
|
DB_SCHEMA=public
|
||||||
|
|
||||||
# swagger
|
PGADMIN_USER=postgres@postgres.org
|
||||||
|
PGADMIN_PASSWORD=postgres
|
||||||
|
|
||||||
|
|
||||||
|
#
|
||||||
|
# PostgREST
|
||||||
|
#
|
||||||
|
|
||||||
|
POSTGREST_URL=https://opendata.example.org/
|
||||||
|
POSTGREST_CONTAINER_NAME=postgrest
|
||||||
|
POSTGREST_IMAGE=postgrest/postgrest:v12.0.2
|
||||||
|
PGRST_DB_MAX_ROWS=100
|
||||||
|
|
||||||
|
|
||||||
|
#
|
||||||
|
# Swagger UI
|
||||||
|
#
|
||||||
|
|
||||||
|
SWAGGER_URL=https://ui.opendata.example.org/
|
||||||
SWAGGER_CONTAINER_NAME=swagger
|
SWAGGER_CONTAINER_NAME=swagger
|
||||||
SWAGGER_IMAGE=swaggerapi/swagger-ui:v5.11.0
|
SWAGGER_IMAGE=swaggerapi/swagger-ui:v5.11.0
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
node_modules
|
node_modules
|
||||||
tmp
|
tmp
|
||||||
|
.env
|
||||||
|
Loading…
Reference in New Issue
Block a user