diff --git a/config-templates/traefik/dynamic/external-host-production.yml b/config-templates/traefik/dynamic/local-host-production.yml similarity index 100% rename from config-templates/traefik/dynamic/external-host-production.yml rename to config-templates/traefik/dynamic/local-host-production.yml diff --git a/config-templates/traefik/dynamic/sablier.yml b/config-templates/traefik/dynamic/sablier.yml index 85fb385..8c3908a 100644 --- a/config-templates/traefik/dynamic/sablier.yml +++ b/config-templates/traefik/dynamic/sablier.yml @@ -116,6 +116,18 @@ http: theme: ghost show-details-by-default: true + sablier-${SERVER_HOSTNAME}-assistant: + plugin: + sablier: + sablierUrl: http://sablier-service:10000 + group: ${SERVER_HOSTNAME}-assistant + sessionDuration: 30m + ignoreUserAgent: curl + dynamic: + displayName: EZ-Assistant + theme: ghost + show-details-by-default: true + sablier-${SERVER_HOSTNAME}-formio: plugin: sablier: @@ -232,7 +244,7 @@ http: sessionDuration: 5m ignoreUserAgent: curl dynamic: - displayName: MediaWiki + displayName: mediawiki theme: ghost show-details-by-default: true diff --git a/docker-compose/core/docker-compose.yml b/docker-compose/core/docker-compose.yml index 505fe20..a930ed0 100644 --- a/docker-compose/core/docker-compose.yml +++ b/docker-compose/core/docker-compose.yml @@ -119,7 +119,7 @@ services: - DOCKER_TLS_VERIFY=1 - DOCKER_CERT_PATH=/certs volumes: - - ./sablier-certs:/certs:ro + - ./shared-ca:/certs:ro ports: - 10000:10000 labels: @@ -134,6 +134,6 @@ networks: x-dockge: urls: - https://auth.${DOMAIN} - - https://${SERVER_IP}:9091 + - http://${SERVER_IP}:9091 - https://traefik.${DOMAIN} - - https://${SERVER_IP}:8080 \ No newline at end of file + - http://${SERVER_IP}:8080 \ No newline at end of file