Aaron Louie e1e866a2b3 Gets docker-compose working.
You'll need to add a .env file to the same directory as the docker-compose.yml file that sets the values for DB_USER and DB_PASS.
2020-02-04 21:42:09 -05:00

4 lines
127 B
Bash
Executable File

#psql -h localhost -U postgres -d postgres
#psql -h localhost -U crc_user -d crc_test
psql -h localhost -U crc_user -d crc_dev