EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 10fd854a authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

fix minor things

parent 60035d52
No related branches found
No related tags found
1 merge request!49Production release 1.1.1
......@@ -202,6 +202,7 @@ docker build preprocessor/ -t registry.gitlab.eox.at/esa/prism/vs/pvs_preprocess
docker build client/ -t registry.gitlab.eox.at/esa/prism/vs/pvs_client:dev
docker build fluentd/ -t registry.gitlab.eox.at/esa/prism/vs/fluentd:dev
docker build ingestor/ -t registry.gitlab.eox.at/esa/prism/vs/pvs_ingestor:dev
docker build sftp/ -t registry.gitlab.eox.at/esa/prism/vs/pvs_sftp:dev
```
For production deployment, as registry is open to public, this part is done by a later step `Deploy the stack in production` as it will pull necessary images automatically.
......
......@@ -197,7 +197,6 @@ services:
configs:
- source: sftp_users_emg
target: /etc/sftp/users.conf
ports:
- "2223:22"
deploy:
......
......@@ -204,10 +204,6 @@ services:
replicas: 1
ports:
- "2222:22"
ingestor:
image: registry.gitlab.eox.at/esa/prism/vs/pvs_ingestor:latest
deploy:
replicas: 1
configs:
sftp_users_vhr18:
external: true
......
......@@ -69,7 +69,7 @@ In order to log into the logging folders through port 2222 (for ``vhr18``, ``emg
sftp -P 2222 <username>@<host>
this will direct the user into `/home/<username>/data` directory which contains the 2 logging directories : `to/panda` and `from/fepd`
this will direct the user into `/home/<username>/data` sftp mounted directory which contains the 2 logging directories : `to/panda` and `from/fepd`
.. Note:: The mounted directory that the user is directed into is *`/home/user`*, where `user` is the username, hence when changing the username in the `.conf` file, the `sftp` mounted volumes path in `docker-compose.<collection>.yml` must be changed respectively.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment