Skip to content

Commit

Permalink
feat(store_publisher_signature): Revert compose change 🤡🤡🤡🤡
Browse files Browse the repository at this point in the history
  • Loading branch information
akhercha committed Jun 7, 2024
1 parent 7b691f5 commit 98ea95e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ services:
- DATABASE_MAX_CONN=5
- TOPIC=pragma-data
- KAFKA_BROKERS=pragma-kafka:9092
- TIMESCALE_DATABASE_URL=postgres://postgres:test-password@timescale-db:5432/pragma
- POSTGRES_DATABASE_URL=postgres://postgres:test-password@postgre-db:5432/pragma
depends_on:
pragma-kafka:
condition: service_healthy
Expand Down Expand Up @@ -138,13 +136,12 @@ services:
#KAFKA_TOPIC_MAX_MESSAGE_BYTES: "15728640"
#KAFKA_REPLICA_FETCH_MAX_BYTES: "15728640"
KAFKA_AUTO_CREATE_TOPICS_ENABLE: "true"
KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1
KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 3

pragma-ingestor-1:
container_name: "pragma-ingestor-1"
environment:
- POSTGRES_DATABASE_URL=postgres://postgres:test-password@postgre-db:5432/pragma
- TIMESCALE_DATABASE_URL=postgres://postgres:test-password@timescale-db:5432/pragma
- POSTGRES_DATABASE_URL=postgres://postgres:test-password@db:5432/pragma
- DATABASE_MAX_CONN=5
- BROKERS=pragma-kafka:9092
- TOPIC=pragma-data
Expand Down

0 comments on commit 98ea95e

Please sign in to comment.