Compare commits

..

No commits in common. "renovate/all-minor-patch" and "main" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
services: services:
postgres-employee: postgres-employee:
image: postgres:13.20 image: postgres:13.3
env: env:
POSTGRES_DB: employee_db POSTGRES_DB: employee_db
POSTGRES_USER: employee POSTGRES_USER: employee

View file

@ -5,7 +5,7 @@ volumes:
services: services:
postgres-employee: postgres-employee:
container_name: postgres_employee container_name: postgres_employee
image: postgres:13.20 image: postgres:13.3
environment: environment:
POSTGRES_DB: employee_db POSTGRES_DB: employee_db
POSTGRES_USER: employee POSTGRES_USER: employee