postgres
POSTGRES_HOST=postgres
POSTGRES_PORT=5432
POSTGRES_DB=postgres-iintheworld-beta
POSTGRES_USER=jy9678
POSTGRES_PASSWORD=postgrespassword1234
DATABASE_URL=postgres://jy9678:postgrespassword1234@postgres:5432/postgres-iintheworld-beta
ubuntu@ip-172-31-36-193:~$ sudo docker exec -it 2e27 /bin/bash
root@2e27e0dafb85:/# psql --username jy9678 --dbname postgres
postgres=# \connect postgres-iintheworld-beta
postgres-iintheworld-beta-# \dt
postgres-iintheworld-beta=# select * from accounts_user;