modified: docker-compose.yaml

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
This commit is contained in:
valitovgaziz
2025-08-22 04:14:53 +05:00
parent 260c84ecd2
commit 2e985f1f5e
6 changed files with 30 additions and 58 deletions
+9
View File
@@ -0,0 +1,9 @@
# POSTGRESQL
PGHOST=db
PGPORT=5432
PGUSER=postgres
PGPASSWORD=postgres
PGDATABASE=postgres
SSLmode=disable
PGURL='postgres://postgres:postgres@db:5432/postgres?sslmode=disable'