forked from External/greenlight
master #1
|
@ -21,7 +21,7 @@ jobs:
|
|||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres
|
||||
image: postgres:13.2-alpine
|
||||
env:
|
||||
POSTGRES_DB: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
|
|
|
@ -24,7 +24,7 @@ services:
|
|||
links:
|
||||
- db
|
||||
db:
|
||||
image: postgres:9.5
|
||||
image: postgres:13.2-alpine
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 127.0.0.1:5432:5432
|
||||
|
|
Loading…
Reference in New Issue