Pin postgres to 16
Test / test (push) Successful in 1m14s
Details
Test / test (push) Successful in 1m14s
Details
This commit is contained in:
parent
a719706dff
commit
75087f2121
|
|
@ -8,7 +8,7 @@ jobs:
|
||||||
container: mcr.microsoft.com/playwright:v1.48.1-jammy
|
container: mcr.microsoft.com/playwright:v1.48.1-jammy
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
image: postgres
|
image: postgres:16
|
||||||
env:
|
env:
|
||||||
POSTGRES_PASSWORD: testpassword
|
POSTGRES_PASSWORD: testpassword
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
image: postgres
|
image: postgres:16
|
||||||
ports:
|
ports:
|
||||||
- "5434:5432"
|
- "5434:5432"
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "9000:3000"
|
- "9000:3000"
|
||||||
database:
|
database:
|
||||||
image: postgres
|
image: postgres:16
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
POSTGRES_DB: postgres
|
POSTGRES_DB: postgres
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue