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
-27
View File
@@ -1,30 +1,5 @@
services:
# keycloak:
# build:
# context: ./keycloak
# dockerfile: Dockerfile
# container_name: keycloak
# ports:
# - "8080:8080"
# environment:
# KC_ADMIN: admin
# KC_ADMIN_PASSWORD: admin
# PROXY_ADDRESS_FORWARDING: true
# KС_HTTPS_PORT: 8443
# KС_HTTP_PORT: 8080
# KС_LOGLEVEL: INFO
# KС_HTTP_PROXY: true
# KС_HTTPS_REDIRECT: false
# KC_HOSTNAME_STRICT: false
# KC_PROXY: passthrough
# KC_HTTP_ENABLED: true
# KC_HOSTNAME: yalarba.ru
# KC_HOSTNAME_STRICT_BACKCHANNEL: false
# KC_FRONTEND_URL: https://yalarba.ru/auth
# command: start --optimized
# networks:
# - internal
# kk_db:
# image: postgres:16
@@ -38,8 +13,6 @@ services:
# networks:
# - internal
volumes:
keycloak-postgres:
networks:
web-network: