Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 316 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 316 Bytes

Configuration

  1. Create .env in root dir Example env for postgres
POSTGRES_USER=postgres
POSTGRES_PASSWORD=YourPassword
SERVICE_PASSWORD=YourPassword
  1. setup pgbouncer:
  • create userlist.txt in docker/pgbouncer and provide passwords:
"movies_service" "yourpassword"
"postgres" "yourpassword"