Skip to content

Commit

Permalink
fix tablespace permission issue in conductor test b0docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shahnawaz-creator authored Nov 1, 2023
1 parent 272531d commit 32a788f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker.local/b0docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ services:
POSTGRES_HOST_AUTH_METHOD: trust
SLOW_TABLESPACE_PATH: /var/lib/postgresql/hdd # this should match with archive_path in 0chain_blobber.yaml
SLOW_TABLESPACE: hdd_tablespace # this should match with the dbs.events.slowtablespace in 0chain.yaml
#expose_ci_port
volumes:
- ./blobber${BLOBBER}/data/postgresql:/var/lib/postgresql/data
- ./sql_init:/docker-entrypoint-initdb.d
- ../blobber${SHARDER}/data/postgresql2:/var/lib/postgresql/hdd_ts
# - ../blobber${SHARDER}/data/postgresql2:/var/lib/postgresql/hdd_ts
networks:
default:

validator:
image: validator
environment:
Expand Down

0 comments on commit 32a788f

Please sign in to comment.