mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-09 20:12:26 +10:00
fix formatting
This commit is contained in:
@ -1,9 +1,9 @@
|
|||||||
onlyBuiltDependencies:
|
onlyBuiltDependencies:
|
||||||
- '@nestjs/core'
|
- "@nestjs/core"
|
||||||
- '@parcel/watcher'
|
- "@parcel/watcher"
|
||||||
- '@prisma/client'
|
- "@prisma/client"
|
||||||
- '@prisma/engines'
|
- "@prisma/engines"
|
||||||
- '@swc/core'
|
- "@swc/core"
|
||||||
- esbuild
|
- esbuild
|
||||||
- nx
|
- nx
|
||||||
- oxc-resolver
|
- oxc-resolver
|
||||||
|
|||||||
@ -16,11 +16,7 @@ services:
|
|||||||
POSTGRES_USER: ${POSTGRES_USER:-postgres}
|
POSTGRES_USER: ${POSTGRES_USER:-postgres}
|
||||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-postgres}
|
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-postgres}
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER:-postgres} -d ${POSTGRES_DB:-postgres}"]
|
||||||
[
|
|
||||||
"CMD-SHELL",
|
|
||||||
"pg_isready -U ${POSTGRES_USER:-postgres} -d ${POSTGRES_DB:-postgres}",
|
|
||||||
]
|
|
||||||
interval: 10s
|
interval: 10s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 5
|
retries: 5
|
||||||
|
|||||||
Reference in New Issue
Block a user