fix(typo): keycloack -> keycloak (#5609)
This commit is contained in:
@@ -11,7 +11,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- postgres-data:/var/lib/postgresql/data/
|
- postgres-data:/var/lib/postgresql/data/
|
||||||
- ./setup/db/10-docker_postgres_init.sql:/docker-entrypoint-initdb.d/10-docker_postgres_init.sql
|
- ./setup/db/10-docker_postgres_init.sql:/docker-entrypoint-initdb.d/10-docker_postgres_init.sql
|
||||||
- ./setup/db/11-docker_postgres_keycloack_init.sql:/docker-entrypoint-initdb.d/11-docker_postgres_keycloack_init.sql
|
- ./setup/db/11-docker_postgres_keycloak_init.sql:/docker-entrypoint-initdb.d/11-docker_postgres_keycloak_init.sql
|
||||||
ports:
|
ports:
|
||||||
- '127.0.0.1:5432:5432'
|
- '127.0.0.1:5432:5432'
|
||||||
command: postgres -c max_prepared_transactions=150
|
command: postgres -c max_prepared_transactions=150
|
||||||
@@ -26,7 +26,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- postgres-region1-data:/var/lib/postgresql/data/
|
- postgres-region1-data:/var/lib/postgresql/data/
|
||||||
- ./setup/db/10-docker_postgres_init.sql:/docker-entrypoint-initdb.d/10-docker_postgres_init.sql
|
- ./setup/db/10-docker_postgres_init.sql:/docker-entrypoint-initdb.d/10-docker_postgres_init.sql
|
||||||
- ./setup/db/11-docker_postgres_keycloack_init.sql:/docker-entrypoint-initdb.d/11-docker_postgres_keycloack_init.sql
|
- ./setup/db/11-docker_postgres_keycloak_init.sql:/docker-entrypoint-initdb.d/11-docker_postgres_keycloak_init.sql
|
||||||
ports:
|
ports:
|
||||||
- '127.0.0.1:5401:5432'
|
- '127.0.0.1:5401:5432'
|
||||||
command: postgres -c max_prepared_transactions=150
|
command: postgres -c max_prepared_transactions=150
|
||||||
@@ -41,7 +41,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- postgres-region2-data:/var/lib/postgresql/data/
|
- postgres-region2-data:/var/lib/postgresql/data/
|
||||||
- ./setup/db/10-docker_postgres_init.sql:/docker-entrypoint-initdb.d/10-docker_postgres_init.sql
|
- ./setup/db/10-docker_postgres_init.sql:/docker-entrypoint-initdb.d/10-docker_postgres_init.sql
|
||||||
- ./setup/db/11-docker_postgres_keycloack_init.sql:/docker-entrypoint-initdb.d/11-docker_postgres_keycloack_init.sql
|
- ./setup/db/11-docker_postgres_keycloak_init.sql:/docker-entrypoint-initdb.d/11-docker_postgres_keycloak_init.sql
|
||||||
ports:
|
ports:
|
||||||
- '127.0.0.1:5402:5432'
|
- '127.0.0.1:5402:5432'
|
||||||
command: postgres -c max_prepared_transactions=150
|
command: postgres -c max_prepared_transactions=150
|
||||||
|
|||||||
Reference in New Issue
Block a user