Loading docker-compose.yml +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -108,5 +111,6 @@ services: - ./conf/vospace-ui-auth.properties:/etc/vospace-ui-auth.properties volumes: hot_storage: local: networks: backend_net: Loading
docker-compose.yml +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -108,5 +111,6 @@ services: - ./conf/vospace-ui-auth.properties:/etc/vospace-ui-auth.properties volumes: hot_storage: local: networks: backend_net: