All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generator.server.springboot.springcloud.configclient.jhipster-registry.yml.mustache Maven / Gradle / Ivy

There is a newer version: 1.22.0
Show newest version
# This configuration is intended for development purpose, it's **your** responsibility to harden it for production
services:
  jhipster-registry:
    image: {{jhipsterRegistryDockerImage}}
    volumes:
    - ./central-server-config:/central-config
    # When run with the "dev" Spring profile, the JHipster Registry will
    # read the config from the local filesystem (central-server-config directory)
    # When run with the "prod" Spring profile, it will read the configuration from a Git repository
    # See https://www.jhipster.tech/jhipster-registry/#spring-cloud-config
    environment:
    - _JAVA_OPTIONS=-Xmx512m -Xms256m
    - SPRING_PROFILES_ACTIVE=dev,api-docs
    - SPRING_SECURITY_USER_PASSWORD=admin
    - JHIPSTER_REGISTRY_PASSWORD=admin
    - SPRING_CLOUD_CONFIG_SERVER_COMPOSITE_0_TYPE=native
    - SPRING_CLOUD_CONFIG_SERVER_COMPOSITE_0_SEARCH_LOCATIONS=file:./central-config/localhost-config/
    # - SPRING_CLOUD_CONFIG_SERVER_COMPOSITE_0_TYPE=git
    # - SPRING_CLOUD_CONFIG_SERVER_COMPOSITE_0_URI=https://github.com/jhipster/jhipster-registry/
    # - SPRING_CLOUD_CONFIG_SERVER_COMPOSITE_0_SEARCH_PATHS=central-config
    # If you want to expose these ports outside your dev PC,
    # remove the "127.0.0.1:" prefix
    ports:
    - '127.0.0.1:8761:8761'




© 2015 - 2024 Weber Informatics LLC | Privacy Policy