Skip to content

Commit

Permalink
producer doesn't needs db hence removing it
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Sep 18, 2023
1 parent c615601 commit a0dc51c
Showing 1 changed file with 0 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,3 @@ services:
KAFKA_BROKERCONNECT: "broker:29092"
depends_on:
- broker

postgresqldb:
image: postgres:15.4-alpine
environment:
- POSTGRES_USER=appuser
- POSTGRES_PASSWORD=secret
- POSTGRES_DB=appdb
ports:
- "5432:5432"

pgadmin4:
container_name: pgadmin4
image: dpage/pgadmin4
extra_hosts: [ 'host.docker.internal:host-gateway' ]
environment:
- [email protected]
- PGADMIN_DEFAULT_PASSWORD=admin
ports:
- "5050:80"
depends_on:
- postgresqldb
restart: unless-stopped

0 comments on commit a0dc51c

Please sign in to comment.