Skip to content

Commit

Permalink
Delete deduplicator from docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
iyourshaw committed Jan 6, 2025
1 parent 022103d commit e9af9b8
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,38 +85,3 @@ services:
condition: service_healthy
required: false

# deduplicator:
# profiles:
# - all
# - cm_full
# - cm_base
# - deduplicator
# build:
# context: .
# dockerfile: Dedup_Dockerfile
# args:
# MAVEN_GITHUB_TOKEN: ${MAVEN_GITHUB_TOKEN:?error}
# MAVEN_GITHUB_ORG: ${MAVEN_GITHUB_ORG:?error}
# image: jpo-deduplicator:latest
# restart: ${RESTART_POLICY}
# environment:
# DOCKER_HOST_IP: ${DOCKER_HOST_IP}
# KAFKA_BOOTSTRAP_SERVERS: ${KAFKA_BOOTSTRAP_SERVERS:?error}
# spring.kafka.bootstrap-servers: ${KAFKA_BOOTSTRAP_SERVERS:?error}
# healthcheck:
# test: ["CMD", "java", "-version"]
# interval: 10s
# timeout: 10s
# retries: 20
# logging:
# options:
# max-size: "10m"
# max-file: "5"
# deploy:
# resources:
# limits:
# memory: 3G
# depends_on:
# kafka:
# condition: service_healthy
# required: false

0 comments on commit e9af9b8

Please sign in to comment.