Skip to content

Commit

Permalink
docker: change CDSP compose to use CDSP Apache IoTDB image
Browse files Browse the repository at this point in the history
To allow ease of configuration of Apache IoTDB and the ability to add
files to the image, a Dockerfile for a CDSP Apache IoTDB image was
introduced in a prior commit.

Now change the CDSP docker compose to use this Dockerfile rather than
simply use the upstream pre-built image.

Signed-off-by: Stephen Lawrence <[email protected]>
  • Loading branch information
slawr committed Jul 3, 2024
1 parent db2251e commit f357b83
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker/docker-compose-cdsp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ services:

# Apache IoTDB acting as VSS Data Store
iotdb-service:
image: apache/iotdb:1.2.2-standalone
hostname: iotdb-service
container_name: iotdb-service
build:
context: iotdb # CDSP IoTDB image
args:
iotdb_version: 1.2.2
service_hostname: iotdb-service
restart: on-failure:3
ports:
- "6667:6667"
Expand Down

0 comments on commit f357b83

Please sign in to comment.