Commit 2409e925 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Fixed gitlab links.

parent 594e4a59
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@ Simple communication test that involes 5 docker containers:
- RabbitMQ (container_name: rabbitmq)
- Redis (container_name: redis)
- File catalog (container_name: file_catalog), now available here: 
  https://www.ict.inaf.it/gitlab/ia2/vospace-file-catalog
  https://www.ict.inaf.it/gitlab/vospace/vospace-file-catalog

In addition to these containers, Sonia Zorba modified 'docker-compose.yml' by adding the REST portion.
The images used for this purpose are:
- git.ia2.inaf.it:5050/bertocco/vospace-oats
- git.ia2.inaf.it:5050/ia2/vospace-file-service
- git.ia2.inaf.it:5050/ia2/vospace-ui
- git.ia2.inaf.it:5050/vospace/vospace-oats
- git.ia2.inaf.it:5050/vospace/vospace-file-service
- git.ia2.inaf.it:5050/vospace/vospace-ui

The web interface is available on your browser at http://localhost:8080/ when all the containers are up and 
running (read the section here below).