Commit db8eb89c authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Minor changes.

parent b0f83045
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ services:
    - "6379:6379"
  postgres:
    image: git.ia2.inaf.it:5050/vospace/vospace-file-catalog
    #image: git.ia2.inaf.it:5050/vospace/vospace-staging/file-catalog
    build: ../vospace-file-catalog
    container_name: file_catalog
    depends_on: 
@@ -59,14 +60,12 @@ services:
    tty: true
  vospace:
    image: git.ia2.inaf.it:5050/vospace/vospace-rest
    build: ../vospace-rest
    container_name: vospace
    environment:
    - server.port=8080
    - spring.datasource.url=jdbc:postgresql://file_catalog/vospace_testdb
    - spring.datasource.username=postgres
    - spring.datasource.password=
    - spring.rabbitmq.host=rabbitmq
    - spring.redis.host=job_cache
    - file-service-url=http://localhost:8081
    - AUTH_CONFIG_PATH=/etc/vospace-auth.properties
@@ -104,6 +103,7 @@ services:
    - backend_net
    ports:
    - "8080:8080"
    - "9000:9000"
    volumes:
      - ./conf/vospace-ui-auth.properties:/etc/vospace-ui-auth.properties
volumes: