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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user