From 149fb5c9913fee44278770908584ce0f2b32b755 Mon Sep 17 00:00:00 2001 From: Robert Butora <robert.butora@inaf.it> Date: Sun, 22 Dec 2024 15:02:51 +0200 Subject: [PATCH] docker: adds preliminary ssh-login to vlkb-ingestion (sshd) on the vlkb-devel --- docker/example-compose-vlkb.yaml | 5 +++-- docker/ssh-vlkb-devel-ingestion.sh | 5 +++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100755 docker/ssh-vlkb-devel-ingestion.sh diff --git a/docker/example-compose-vlkb.yaml b/docker/example-compose-vlkb.yaml index a254419..04cdd95 100644 --- a/docker/example-compose-vlkb.yaml +++ b/docker/example-compose-vlkb.yaml @@ -26,8 +26,9 @@ services: #image: git.ia2.inaf.it:5050/butora/vlkb-datasets/soda:latest image: git.ia2.inaf.it:5050/vialactea/vlkb-soda/ingestion:1.7.10-7-g70b03e9 hostname: vlkb - ports: - - 8080:8080 + #ports: + # - 8080:8080 + # - 8080:22 environment: #-OBSCORE_DB_URI=postgresql://vialactea:ia2vlkb@pasquale.ia2.inaf.it:5432/vialacteadevel - OBSCORE_DB_URI=postgresql://vialactea:ia2vlkb@vlkb-db:5432/vialactea diff --git a/docker/ssh-vlkb-devel-ingestion.sh b/docker/ssh-vlkb-devel-ingestion.sh new file mode 100755 index 0000000..2a3800e --- /dev/null +++ b/docker/ssh-vlkb-devel-ingestion.sh @@ -0,0 +1,5 @@ + +# for now pwd is setup manual after each fresh install/pull of the vlkb-ingestion image. +# usually set to: xC*n! + +ssh devel@vlkb-devel.ia2.inaf.it -p 30100 -- GitLab