Minor update
This commit is contained in:
parent
f367c5b9c0
commit
8fa829dcbe
|
@ -11,7 +11,7 @@ The most important variables are listed below:
|
|||
|
||||
``` yaml
|
||||
information_system_gui_docker_stack_name: 'information_system_gui'
|
||||
information_system_gui_docker_service_server_name: 'information_system_gui'
|
||||
information_system_gui_docker_service_server_name: 'isgui'
|
||||
information_system_gui_docker_registry: ''
|
||||
information_system_gui_docker_server_image: 'gcube/information-system-gui:stable'
|
||||
information_system_gui_docker_network: 'information_system_gui_net'
|
||||
|
@ -19,7 +19,7 @@ information_system_gui_behind_haproxy: True
|
|||
information_system_gui_haproxy_public_net: 'haproxy-public'
|
||||
|
||||
# Environment
|
||||
information_system_gui_server_hostname: 'informationsystemgui.d4science.org'
|
||||
information_system_gui_server_hostname: 'isgui.cloud-dev.d4science.org'
|
||||
information_system_gui_spring_profile_active: 'prod,api-docs'
|
||||
|
||||
# Metrics
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
information_system_gui_docker_stack_name: 'information_system_gui'
|
||||
information_system_gui_docker_service_server_name: 'information_system_gui'
|
||||
information_system_gui_docker_service_server_name: 'isgui'
|
||||
information_system_gui_docker_registry: 'hub.dev.d4science.org'
|
||||
information_system_gui_docker_server_image: '{{ information_system_gui_docker_registry }}/gcube/information-system-gui:stable'
|
||||
information_system_gui_docker_network: 'information_system_gui_net'
|
||||
|
@ -8,7 +8,7 @@ information_system_gui_behind_haproxy: True
|
|||
information_system_gui_haproxy_public_net: 'haproxy-public'
|
||||
|
||||
# Environment
|
||||
information_system_gui_server_hostname: 'isgui.d4science.org'
|
||||
information_system_gui_server_hostname: 'isgui.cloud-dev.d4science.org'
|
||||
information_system_gui_spring_profile_active: 'prod,api-docs'
|
||||
|
||||
# Metrics
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
- name: Start the Information System GUI stack
|
||||
community.docker.docker_stack:
|
||||
name: '{{ information_system_gui_docker_stack_name }}'
|
||||
name: "{{ information_system_gui_docker_stack_name }}"
|
||||
state: present
|
||||
compose:
|
||||
- '{{ information_system_gui_compose_dir }}/docker_information_system_gui_stack.yml'
|
||||
- "{{ information_system_gui_compose_dir }}/docker_information_system_gui_stack.yml"
|
||||
|
|
|
@ -10,7 +10,7 @@ services:
|
|||
image: {{ information_system_gui_docker_server_image }}
|
||||
environment:
|
||||
- _JAVA_OPTIONS=-Xmx512m -Xms256m
|
||||
- SPRING_PROFILES_ACTIVE={{information_system_gui_spring_profile_active}}
|
||||
- SPRING_PROFILES_ACTIVE={{ information_system_gui_spring_profile_active }}
|
||||
|
||||
# Metrics
|
||||
- MANAGEMENT_METRICS_EXPORT_PROMETHEUS_ENABLED={{information_system_gui_management_metrics_export_prometheus_enabled}}
|
||||
|
|
Loading…
Reference in New Issue