changeset 3688:d5fd630b57bb

docker: fix use of File Sharing component following entry point renaming
author Goffi <goffi@goffi.org>
date Wed, 20 Oct 2021 17:19:57 +0200
parents 1fe6742b8df8
children f25442794e11
files docker/backend-dev-demo/Dockerfile docker/backend-dev-demo/libervia.conf docker/backend-dev-e2e/Dockerfile docker/backend-dev-e2e/libervia.conf
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/docker/backend-dev-demo/Dockerfile	Thu Sep 30 10:33:09 2021 +0200
+++ b/docker/backend-dev-demo/Dockerfile	Wed Oct 20 17:19:57 2021 +0200
@@ -16,7 +16,7 @@
 
 RUN ./entrypoint.sh \
     # we create the file sharing component which will autoconnect when backend is started
-    jp profile create file_sharing -j files.server1.test -p "" --xmpp-password test_e2e -C file_sharing -A && \
+    jp profile create file-sharing -j files.server1.test -p "" --xmpp-password test_e2e -C file-sharing -A && \
     libervia-backend stop
 
 RUN ./entrypoint.sh \
--- a/docker/backend-dev-demo/libervia.conf	Thu Sep 30 10:33:09 2021 +0200
+++ b/docker/backend-dev-demo/libervia.conf	Wed Oct 20 17:19:57 2021 +0200
@@ -4,7 +4,7 @@
 email_port = 8025
 email_admins_list = admin@server1.test
 
-[component file_sharing]
+[component file-sharing]
 http_upload_public_facing_url = http://localhost:7777
 http_upload_connection_type = http
 http_upload_port = 7777
--- a/docker/backend-dev-e2e/Dockerfile	Thu Sep 30 10:33:09 2021 +0200
+++ b/docker/backend-dev-e2e/Dockerfile	Wed Oct 20 17:19:57 2021 +0200
@@ -58,7 +58,7 @@
 
 RUN ./entrypoint.sh \
     # we create the file sharing component which will autoconnect when backend is started
-    li profile create file_sharing -j files.server1.test -p "" --xmpp-password test_e2e -C file_sharing -A && \
+    li profile create file-sharing -j files.server1.test -p "" --xmpp-password test_e2e -C file-sharing -A && \
     libervia-backend stop
 
 ENV LIBERVIA_TEST_REPORT_DIR=/reports
--- a/docker/backend-dev-e2e/libervia.conf	Thu Sep 30 10:33:09 2021 +0200
+++ b/docker/backend-dev-e2e/libervia.conf	Wed Oct 20 17:19:57 2021 +0200
@@ -4,7 +4,7 @@
 email_port = 8025
 email_admins_list = admin@server1.test
 
-[component file_sharing]
+[component file-sharing]
 tls_certificate = /usr/share/libervia/certificates/server1.test.pem
 tls_private_key = /usr/share/libervia/certificates/server1.test-key.pem
 http_upload_public_facing_url = https://libervia-backend.test:8888