6c4aa0b100
* add Docker and docker-compose * dockerize - build and expose through nginx * update README.md for docker usage
9 lines
186 B
YAML
9 lines
186 B
YAML
version: '3'
|
|
services:
|
|
keycloak-admin-ui:
|
|
build:
|
|
context: .
|
|
args:
|
|
KEYCLOAK_ENDPOINT: ${KEYCLOAK_ENDPOINT:-'http:\/\/localhost:8180'}
|
|
ports:
|
|
- "80:80"
|