Skip to content

Commit

Permalink
removed any ref to ocis
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Oct 6, 2023
1 parent 55687a8 commit b85e131
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions tests/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ services:
command: -c /etc/revad/frontend.toml
volumes:
- shared-volume:/var/tmp
storage-home-ocis:
storage-home:
extends: revad
hostname: storage-home
command: -c /etc/revad/storage-home-ocis.toml
command: -c /etc/revad/storage-home.toml
volumes:
- shared-volume:/var/tmp
users:
Expand All @@ -86,7 +86,7 @@ services:
condition: service_healthy
frontend:
condition: service_healthy
storage-home-ocis:
storage-home:
condition: service_healthy
users:
condition: service_healthy
Expand All @@ -103,16 +103,16 @@ services:
condition: service_healthy
frontend:
condition: service_healthy
storage-home-ocis:
storage-home:
condition: service_healthy
users:
condition: service_healthy
shares:
condition: service_healthy
storage-users-ocis:
storage-users:
extends: revad
hostname: storage-users
command: -c /etc/revad/storage-users-ocis.toml
command: -c /etc/revad/storage-users.toml
volumes:
- shared-volume:/var/tmp
depends_on:
Expand Down Expand Up @@ -159,7 +159,7 @@ services:
condition: service_healthy
frontend-global:
condition: service_healthy
storage-home-ocis:
storage-home:
condition: service_healthy
users:
condition: service_healthy
Expand Down Expand Up @@ -223,11 +223,11 @@ services:
condition: service_healthy
frontend:
condition: service_healthy
storage-home-ocis:
storage-home:
condition: service_healthy
shares:
condition: service_healthy
storage-users-ocis:
storage-users:
condition: service_healthy
storage-publiclink:
condition: service_healthy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This config file will start a reva service that:
# - uses the ocis driver to serve users, jailed into their home (/home)
# - uses the eoshome driver to serve users, jailed into their home (/home)
# - serves the home storage provider on grpc port 12000
# - serves http dataprovider for this storage on port 12001
# - /data - dataprovider: file up and download
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This config file will start a reva service that:
# - uses the ocis driver to serve users (/users)
# - uses the eos driver to serve users (/users)
# - serves the storage provider on grpc port 11000
# - serves http dataprovider for this storage on port 11001
# - /data - dataprovider: file up and download
Expand Down

0 comments on commit b85e131

Please sign in to comment.