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