2e985f1f5e
modified: serv_keycloak/docker-compose.yaml new file: serv_postgres/.env new file: serv_postgres/docker-compose.yaml modified: serv_rest_api/.env modified: serv_rest_api/docker-compose.yml Create postgres serv
9 lines
177 B
Bash
9 lines
177 B
Bash
# POSTGRESQL
|
|
|
|
PGHOST=db
|
|
PGPORT=5432
|
|
PGUSER=postgres
|
|
PGPASSWORD=postgres
|
|
PGDATABASE=postgres
|
|
SSLmode=disable
|
|
PGURL='postgres://postgres:postgres@db:5432/postgres?sslmode=disable' |