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

Added 'local' volume shared between file_service and transfer_service.

parent 140f1ba1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ services:
  transfer_service:
    image: git.ia2.inaf.it:5050/vospace/vospace-transfer-service/transfer_service
    volumes:
      - local:/home
      - hot_storage:/mnt/hot_storage/users/
    build: ./transfer_service
    container_name: transfer_service
@@ -81,6 +82,8 @@ services:
      - ./conf/vospace-auth.properties:/etc/vospace-auth.properties
  vospace_file_service:
    image: git.ia2.inaf.it:5050/vospace/vospace-file-service
    volumes:
      - local:/home
    container_name: file_service
    environment:
    - server.port=8081
@@ -108,5 +111,6 @@ services:
      - ./conf/vospace-ui-auth.properties:/etc/vospace-ui-auth.properties
volumes:
  hot_storage:
  local:
networks:
  backend_net: