Download the PHP package fuzzy/fzkc without Composer
On this page you can find all versions of the php package fuzzy/fzkc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package fzkc
Short Description A docker compose development context keycloak based
License MIT
Informations about the package fzkc
Fuzzy keycloak context
A docker compose development context with:
- PostgreSQL
- Nginx
- Redis
- CoreDNS
- Keycloak
New castles (services) they can be added to the context with the console new command and other containers with the compose.yaml files
Installation:
Usage:
Use the console commands for manage the context
- Project name = installation directory name
-
Castle name = castle installation directory name
-
Dev context services hostnames they will be
. .space - Castles hostnames they will be
. .space listening on the user specified port [exposed port]; From the host you can also use localhost with the exposed port
- Castle is a docker image then it's language agnostic
- Castle created docker image's name will be
- -castle - Castle created docker container's name will be
- -castle-container
- Default postgres admin username and password is postgres
- Default keycloak database name is keycloak
- Default keycloak database account username and password is keycloak
-
For two or more fzkc installations or just to customize the env, set the network settings and the [exposed ports] accordingly... take a look at:
-
context dev docker .env file: https://github.com/username-notavailable/fz-keycloak-context/tree/main/docker/dev/.env
- context dev docker compose.yaml files: https://github.com/username-notavailable/fz-keycloak-context/blob/main/docker/dev/compose.yaml
-
laravelweb dev docker .env file: https://github.com/username-notavailable/laravelweb/blob/main/_docker/dev/.env
- laravelweb dev docker compose.yaml file: https://github.com/username-notavailable/laravelweb/blob/main/_docker/dev/compose.yaml
-
for issues:
[email protected]