mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-20 23:13:23 +10:00
- Use browserless over gotenberg
- Implement functionality to move items between sections or pages - Enhance custom sections to have a `type` property - Update the v4 importer to account for custom sections - Update healthcheck to be a simple curl command - Update dependencies to latest and a lot more changes
This commit is contained in:
+6
-3
@@ -100,9 +100,12 @@ services:
|
||||
test:
|
||||
[
|
||||
"CMD",
|
||||
"node",
|
||||
"-e",
|
||||
"fetch('http://localhost:3000/api/health').then(r => process.exit(r.ok ? 0 : 1)).catch(() => process.exit(1))",
|
||||
"curl",
|
||||
"-f",
|
||||
"http://localhost:3000/api/health",
|
||||
"||",
|
||||
"exit",
|
||||
"1",
|
||||
]
|
||||
start_period: 10s
|
||||
interval: 30s
|
||||
|
||||
Reference in New Issue
Block a user