Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 742 Bytes

File metadata and controls

49 lines (33 loc) · 742 Bytes

Service Connection Details

pgAdmin

Add PostgreSQL Server in pgAdmin

  • Host: postgres
  • Port: 5432
  • Database: configservice
  • Username: configuser
  • Password: configpass

Direct PostgreSQL Connection

# From host machine
psql -h localhost -p 5432 -U configuser -d configservice
# Password: configpass

# From Docker
make db-shell

Redis

# From host machine
redis-cli -h localhost -p 6379

# From Docker
make redis-shell

Kafka

Grafana

Prometheus