diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5feffd8f..e144d777 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,7 @@ jobs: postgres: image: postgres:latest env: + POSTGRES_PASSWORD: 'postgres' POSTGRES_DB: main ports: - 5432/tcp diff --git a/docker-compose.yml b/docker-compose.yml index 9e0d340a..c1d86d0b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -68,8 +68,6 @@ services: - '${DB_DATABASE}' - '-U' - '${DB_USERNAME}' - - '-e POSTGRES_PASSWORD=' - - '${POSTGRES_PASSWORD}' retries: 3 timeout: 5s redis: