Skip to content

Commit

Permalink
removing DeltaWriter from docker-compose.yml as it needs to be run st…
Browse files Browse the repository at this point in the history
…andalone outside Docker

Signed-off-by: Dipanjan Biswas <[email protected]>
  • Loading branch information
dipanjanb committed Apr 1, 2022
1 parent 9ff79f0 commit 6be46f0
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,29 +99,6 @@ services:
- redpanda
##### Ingest Service - End #####

##### DeltaWriter Service - Start #####
#deltawriter:
# build:
# context: ./deltawriter
# platform: linux/amd64
# user: root
# image: rtdl/rtdl-deltawriter:latest
# container_name: rtdl_deltawriter
# environment:
# - PYTHONUNBUFFERED=1
# - SPARK_MASTER_HOST=spark
# - SPARK_MASTER_PORT=7077
# expose:
# - 8083
# ports:
# - 8083:8083
# depends_on:
# - redpanda
# - ingest
# volumes:
# - ./storage/spark:/app
##### DeltaWriter Service - End #####

##### Kafka/Redpanda Services - Start #####
redpanda:
command:
Expand Down

0 comments on commit 6be46f0

Please sign in to comment.