Loading docker-compose.yml +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading Loading
docker-compose.yml +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading