Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetancollaud committed Mar 9, 2024
1 parent ddd35a4 commit c76fb84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 57 deletions.
4 changes: 2 additions & 2 deletions backend/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
kafka:
bootstrap:
servers: kafka:9092
servers: localhost:9092

quarkus:
datasource:
db-kind: postgresql
username: postgres
password: postgres
jdbc:
url: jdbc:postgresql://postgres:5432/postgres
url: jdbc:postgresql://localhost:5432/postgres
driver: org.postgresql.Driver
flyway:
migrate-at-start: true
Expand Down
10 changes: 1 addition & 9 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,7 @@ services:

kafka:
container_name: toeggelomat_kafka
image: johnnypark/kafka-zookeeper
image: apache/kafka
ports:
- 2181:2181
- 9092:9092
environment:
ADVERTISED_HOST: kafka

# kafka_exporter:
# image: braedon/prometheus-kafka-consumer-group-exporter:0.5.2
# command: -b kafka
# ports:
# - 9208:9208
46 changes: 0 additions & 46 deletions frontend/.gitignore

This file was deleted.

0 comments on commit c76fb84

Please sign in to comment.