Skip to content

Commit

Permalink
docker compose: rename local volume names so they are unique to a ser…
Browse files Browse the repository at this point in the history
…vice

To ease maintenance rename local volume names so that it is clear which
service they belong too.

Signed-off-by: Stephen Lawrence <[email protected]>
  • Loading branch information
slawr authored and chrizmc committed Feb 11, 2025
1 parent 1845e4b commit 6737793
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/docker-compose-cdsp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ services:
- dn_data_region_consensus_port=10760
- dn_seed_config_node=iotdb-service:10710
volumes:
- ./data:/iotdb/data
- ./logs:/iotdb/logs
- ./iotdb-data:/iotdb/data
- ./iotdb-logs:/iotdb/logs

# VISSR acting as VISS Data Server

Expand Down Expand Up @@ -70,6 +70,6 @@ services:
- "0.0.0.0:8887:8887"
- "0.0.0.0:8600:8600"
volumes:
- ./logs:/app/logs
- ./vissr-logs:/app/logs
volumes_from:
- tmp

0 comments on commit 6737793

Please sign in to comment.