master #1

Merged
lino.jorzick merged 203 commits from External/greenlight:master into master 2021-10-02 18:19:43 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit cd4433798c - Show all commits

View File

@ -21,7 +21,7 @@ jobs:
services: services:
postgres: postgres:
image: postgres image: postgres:13.2-alpine
env: env:
POSTGRES_DB: postgres POSTGRES_DB: postgres
POSTGRES_PASSWORD: postgres POSTGRES_PASSWORD: postgres

View File

@ -24,7 +24,7 @@ services:
links: links:
- db - db
db: db:
image: postgres:9.5 image: postgres:13.2-alpine
restart: unless-stopped restart: unless-stopped
ports: ports:
- 127.0.0.1:5432:5432 - 127.0.0.1:5432:5432