Connect to PG on localhost

This commit is contained in:
Bruno Alla 2020-11-09 19:28:09 +00:00
parent c3d6440830
commit 2233de8566

View File

@ -71,7 +71,7 @@ jobs:
env: env:
CELERY_BROKER_URL: "redis://localhost:6379/0" CELERY_BROKER_URL: "redis://localhost:6379/0"
# postgres://user:password@host:port/database # postgres://user:password@host:port/database
DATABASE_URL: "postgres://postgres:postgres@postgres:5432/postgres" DATABASE_URL: "postgres://postgres:postgres@localhost:5432/postgres"
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2