|
|
|
@ -10,7 +10,7 @@ connect_labels: [
|
|
|
|
'"traefik.http.services.{{ connect_id }}.loadbalancer.server.port={{ service_port }}"',
|
|
|
|
'"traefik.http.services.{{ connect_id }}.loadbalancer.server.port={{ service_port }}"',
|
|
|
|
|
|
|
|
|
|
|
|
'"traefik.http.routers.{{ connect_id }}-admin.service={{ connect_id }}-admin"',
|
|
|
|
'"traefik.http.routers.{{ connect_id }}-admin.service={{ connect_id }}-admin"',
|
|
|
|
'"traefik.http.routers.{{ connect_id }}-admin.rule=Host(`{{ stage_server_domain }}`)"',
|
|
|
|
'"traefik.http.routers.{{ connect_id }}-admin.rule=Host(`{{ connect_base_url }}`)"',
|
|
|
|
'"traefik.http.routers.{{ connect_id }}-admin.entrypoints=admin-service"',
|
|
|
|
'"traefik.http.routers.{{ connect_id }}-admin.entrypoints=admin-service"',
|
|
|
|
'"traefik.http.routers.{{ connect_id }}-admin.tls=true"',
|
|
|
|
'"traefik.http.routers.{{ connect_id }}-admin.tls=true"',
|
|
|
|
'"traefik.http.routers.{{ connect_id }}-admin.tls.certresolver=letsencrypt"',
|
|
|
|
'"traefik.http.routers.{{ connect_id }}-admin.tls.certresolver=letsencrypt"',
|
|
|
|
@ -75,14 +75,14 @@ connect_environment: [
|
|
|
|
"EXTERNAL_TASK_SCRIPT_WORKER_ENABLED: \"{{ connect_external_task_script_worker_enabled | default('false') }}\"",
|
|
|
|
"EXTERNAL_TASK_SCRIPT_WORKER_ENABLED: \"{{ connect_external_task_script_worker_enabled | default('false') }}\"",
|
|
|
|
|
|
|
|
|
|
|
|
"SMA_ENABLE_WEBDAV_DOC_EDITING: \"true\"",
|
|
|
|
"SMA_ENABLE_WEBDAV_DOC_EDITING: \"true\"",
|
|
|
|
"SMA_WEBDAV_BASE_PATH: \"{{ http_s }}://{{ stage_server_domain }}\"",
|
|
|
|
"SMA_WEBDAV_BASE_PATH: \"{{ http_s }}://{{ connect_base_url }}\"",
|
|
|
|
"SMA_WEBDAV_HOST_URL: \"{{ http_s }}://{{ shared_service_webdav_hostname }}/\"",
|
|
|
|
"SMA_WEBDAV_HOST_URL: \"{{ http_s }}://{{ shared_service_webdav_hostname }}/\"",
|
|
|
|
"SMA_WEBDAV_FRONTEND_URL: \"{{ http_s }}://{{ shared_service_webdav_hostname }}/\"",
|
|
|
|
"SMA_WEBDAV_FRONTEND_URL: \"{{ http_s }}://{{ shared_service_webdav_hostname }}/\"",
|
|
|
|
"SMA_WEBDAV_JWT_SECRET: \"{{ webdav_jwt_secret }}\"",
|
|
|
|
"SMA_WEBDAV_JWT_SECRET: \"{{ webdav_jwt_secret }}\"",
|
|
|
|
|
|
|
|
|
|
|
|
"SPRINGDOC_SERVER_URL: \"{{ connect_base_url }}\"",
|
|
|
|
"SPRINGDOC_SERVER_URL: \"{{ http_s }}://{{ connect_base_url }}\"",
|
|
|
|
|
|
|
|
|
|
|
|
"SMA_CORS_ORIGINS: \"{{ stage_server_domain }}:{{ monitor_port_service }}\"",
|
|
|
|
"SMA_CORS_ORIGINS: \"{{ http_s }}://{{ connect_base_url }}:{{ admin_port_service }}\"",
|
|
|
|
"SMA_CORS_ALLOWED_METHODS: \"*\"",
|
|
|
|
"SMA_CORS_ALLOWED_METHODS: \"*\"",
|
|
|
|
"SMA_CORS_ALLOWED_HEADERS: \"*\"",
|
|
|
|
"SMA_CORS_ALLOWED_HEADERS: \"*\"",
|
|
|
|
"SMA_CORS_PATH_PATTERN: \"/**\"",
|
|
|
|
"SMA_CORS_PATH_PATTERN: \"/**\"",
|
|
|
|
|