Skip to content
Snippets Groups Projects
Select Git revision
  • d3ded9deb2eed98549d0a98b5c1e6b6cb147453f
  • main default protected
  • 24-everything-from-git
  • 45-create-new-poc-deployment-with-docker
  • 44-add-a-cli-tool
  • improve-deployment
  • 31-backend
  • bash-script-bug-fix
  • upgrades_submodules
  • 24-dependencies-build-nested-watch
  • 24-dependencies-build-using-workspaces
  • 24-dependencies-build
  • wip-all-local
  • 10-annotot
  • 3-annotation-plugin-showing-up
15 results

.env.template

Blame
  • dev.yml 405 B
    version: "3"
    
    services:
        keycloak:
          environment:
            # cf https://github.com/keycloak/keycloak/issues/11170 for below variable
            KC_HOSTNAME_URL: http://${HOST}:${PORT}
            KC_HOSTNAME_ADMIN_URL: http://${HOST}:${PORT}
          # http-enabled=true if traefik is use
          command:
            - "start-dev"
            - "--import-realm"
            - "--verbose"
            - "--health-enabled=true"