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

Added hot storage volume to vospace-file-service.

parent bd3154ee
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ services:
    volumes:
      - ./conf/vos_ts.conf:/etc/vos_ts/vos_ts.conf
      - local:/home
      - hot_storage:/mnt/hot_storage/users/
      - hot_storage:/mnt/hot_storage/users
      - redis_data:/redis_data
      - "/home/${USER}/.ssh:/root/.ssh"
    build: ./transfer_service
@@ -88,6 +88,7 @@ services:
    image: git.ia2.inaf.it:5050/vospace/vospace-file-service
    volumes:
      - local:/home
      - hot_storage:/mnt/hot_storage/users
    container_name: file_service
    environment:
    - server.port=8081