Skip to content

Feature Request - docker testing environments #478

Open
@divinebovine

Description

@divinebovine

I was able to run the postgres tests by doing the following:

  1. Setup a .env file with the following:
POSTGRES_NAME=postgres
POSTGRES_USER=postgres
POSTGRES_PASS=postgres
POSTGRES_HOST=localhost
POSTGRES_PORT=5555
  1. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions