Open
Description
I was able to run the postgres tests by doing the following:
- Setup a .env file with the following:
POSTGRES_NAME=postgres
POSTGRES_USER=postgres
POSTGRES_PASS=postgres
POSTGRES_HOST=localhost
POSTGRES_PORT=5555
- Launch postgres with docker
docker run --rm --name sequelize-auto-postgres-tests -p 5555:5432 -e POSTGRES_USER=postgres -e POSTGRES_DB=postgres -e POSTGRES_PASSWORD=postgres postgres
If you take it a step further and set everything up using docker-compose file(s) it might make the development process a little better. Just a thought.
Metadata
Metadata
Assignees
Labels
No labels