Skip to content

Commit 782912c

Browse files
docs(hoverkraft-tech/compose-action): update documentation
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e0caec0 commit 782912c

File tree

3 files changed

+58
-58
lines changed

3 files changed

+58
-58
lines changed

application/docs/projects/compose-action/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ description: Documentation for Compose Action
88
Documentation for the Compose Action project.
99

1010
**Source Repository:** [hoverkraft-tech/compose-action](https://github.com/hoverkraft-tech/compose-action)
11-
**Last Synced:** 2025-12-22T09:56:48.601Z
11+
**Last Synced:** 2025-12-28T12:35:23.597Z

application/docs/projects/compose-action/index.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Compose Action
33
source_repo: hoverkraft-tech/compose-action
44
source_path: README.md
55
source_branch: main
6-
source_run_id: 20428299241
7-
last_synced: 2025-12-22T09:56:48.601Z
6+
source_run_id: 20553796814
7+
last_synced: 2025-12-28T12:35:23.597Z
88
---
99

1010
<!-- header:start -->
@@ -105,21 +105,21 @@ Some extra options can be passed to the `docker compose down` command using the
105105
106106
## Inputs
107107
108-
| **Input** | **Description** | **Required** | **Default** |
109-
| ------------------------ | -------------------------------------------------------------------------------------------------------------------------- | ------------ | --------------------------- |
110-
| **`docker-flags`** | Additional options to pass to `docker` command. | **false** | - |
111-
| **`compose-file`** | Path to compose file(s). It can be a list of files. It can be absolute or relative to the current working directory (cwd). | **false** | `./docker-compose.yml` |
112-
| **`services`** | Services to perform `docker compose up`. | **false** | - |
113-
| **`up-flags`** | Additional options to pass to `docker compose up` command. | **false** | - |
114-
| **`down-flags`** | Additional options to pass to `docker compose down` command. | **false** | - |
115-
| **`compose-flags`** | Additional options to pass to `docker compose` command. | **false** | - |
116-
| **`cwd`** | Current working directory | **false** | `$\{\{ github.workspace }}` |
117-
| **`compose-version`** | Compose version to use. | **false** | - |
118-
| | If null (default), it will use the current installed version. | | |
119-
| | If "latest", it will install the latest version. | | |
120-
| **`services-log-level`** | The log level used for Docker Compose service logs. | **false** | `debug` |
121-
| | Can be one of "debug", "info". | | |
122-
| **`github-token`** | The GitHub token used to create an authenticated client (to fetch the latest version of Docker Compose). | **false** | `$\{\{ github.token }}` |
108+
| **Input** | **Description** | **Required** | **Default** |
109+
| ------------------------ | -------------------------------------------------------------------------------------------------------------------------- | ------------ | ------------------------- |
110+
| **`docker-flags`** | Additional options to pass to `docker` command. | **false** | - |
111+
| **`compose-file`** | Path to compose file(s). It can be a list of files. It can be absolute or relative to the current working directory (cwd). | **false** | `./docker-compose.yml` |
112+
| **`services`** | Services to perform `docker compose up`. | **false** | - |
113+
| **`up-flags`** | Additional options to pass to `docker compose up` command. | **false** | - |
114+
| **`down-flags`** | Additional options to pass to `docker compose down` command. | **false** | - |
115+
| **`compose-flags`** | Additional options to pass to `docker compose` command. | **false** | - |
116+
| **`cwd`** | Current working directory | **false** | `${{ github.workspace }}` |
117+
| **`compose-version`** | Compose version to use. | **false** | - |
118+
| | If null (default), it will use the current installed version. | | |
119+
| | If "latest", it will install the latest version. | | |
120+
| **`services-log-level`** | The log level used for Docker Compose service logs. | **false** | `debug` |
121+
| | Can be one of "debug", "info". | | |
122+
| **`github-token`** | The GitHub token used to create an authenticated client (to fetch the latest version of Docker Compose). | **false** | `${{ github.token }}` |
123123

124124
<!-- inputs:end -->
125125

application/docs/projects/index.mdx

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -298,25 +298,23 @@ export const projectSections = [
298298

299299
icon: '',
300300

301-
title: 'ci-github-container',
301+
title: 'compose-action',
302302

303-
titleHref: 'https://github.com/hoverkraft-tech/ci-github-container',
303+
titleHref: 'https://github.com/hoverkraft-tech/compose-action',
304304

305-
meta: 'Smarty • ⭐ 4 • Updated Dec 26, 2025',
305+
meta: 'TypeScript • ⭐ 194 • Updated Dec 28, 2025',
306306

307-
description: 'Opinionated GitHub Actions and workflows for continuous integration in container (OCI) context',
307+
description: 'This action runs your docker-compose file and clean up before action finished',
308308

309309
tags: [
310310

311-
'build',
312-
313-
'containers',
314-
315311
'continuous-integration',
316312

317-
'docker',
313+
'docker-compose',
318314

319-
'github-actions'
315+
'github-actions',
316+
317+
'open-source'
320318

321319
],
322320

@@ -326,15 +324,15 @@ export const projectSections = [
326324

327325
label: 'View on GitHub',
328326

329-
href: 'https://github.com/hoverkraft-tech/ci-github-container'
327+
href: 'https://github.com/hoverkraft-tech/compose-action'
330328

331329
},
332330

333331
{
334332

335333
label: 'Documentation',
336334

337-
href: 'https://docs.hoverkraft.cloud/docs/projects/ci-github-container'
335+
href: 'https://docs.hoverkraft.cloud/docs/projects/compose-action'
338336

339337
}
340338

@@ -346,21 +344,25 @@ export const projectSections = [
346344

347345
icon: '',
348346

349-
title: 'ci-dokumentor',
347+
title: 'ci-github-container',
350348

351-
titleHref: 'https://github.com/hoverkraft-tech/ci-dokumentor',
349+
titleHref: 'https://github.com/hoverkraft-tech/ci-github-container',
352350

353-
meta: 'TypeScript • ⭐ 2 • Updated Dec 26, 2025',
351+
meta: 'Smarty • ⭐ 4 • Updated Dec 26, 2025',
354352

355-
description: 'Automated documentation generator for CI/CD components',
353+
description: 'Opinionated GitHub Actions and workflows for continuous integration in container (OCI) context',
356354

357355
tags: [
358356

359-
'documentation',
357+
'build',
360358

361-
'github-actions',
359+
'containers',
362360

363-
'open-source'
361+
'continuous-integration',
362+
363+
'docker',
364+
365+
'github-actions'
364366

365367
],
366368

@@ -370,15 +372,15 @@ export const projectSections = [
370372

371373
label: 'View on GitHub',
372374

373-
href: 'https://github.com/hoverkraft-tech/ci-dokumentor'
375+
href: 'https://github.com/hoverkraft-tech/ci-github-container'
374376

375377
},
376378

377379
{
378380

379381
label: 'Documentation',
380382

381-
href: 'https://hoverkraft-tech.github.io/ci-dokumentor/'
383+
href: 'https://docs.hoverkraft.cloud/docs/projects/ci-github-container'
382384

383385
}
384386

@@ -390,22 +392,20 @@ export const projectSections = [
390392

391393
icon: '',
392394

393-
title: 'ci-github-nodejs',
395+
title: 'ci-dokumentor',
394396

395-
titleHref: 'https://github.com/hoverkraft-tech/ci-github-nodejs',
397+
titleHref: 'https://github.com/hoverkraft-tech/ci-dokumentor',
396398

397-
meta: 'Makefile • ⭐ 1 • Updated Dec 26, 2025',
399+
meta: 'TypeScript • ⭐ 2 • Updated Dec 26, 2025',
398400

399-
description: 'Opinionated Github actions and workflows for continuous integration in NodeJs context',
401+
description: 'Automated documentation generator for CI/CD components',
400402

401403
tags: [
402404

403-
'continuous-integration',
405+
'documentation',
404406

405407
'github-actions',
406408

407-
'node',
408-
409409
'open-source'
410410

411411
],
@@ -416,15 +416,15 @@ export const projectSections = [
416416

417417
label: 'View on GitHub',
418418

419-
href: 'https://github.com/hoverkraft-tech/ci-github-nodejs'
419+
href: 'https://github.com/hoverkraft-tech/ci-dokumentor'
420420

421421
},
422422

423423
{
424424

425425
label: 'Documentation',
426426

427-
href: 'https://hoverkraft-tech.github.io/ci-github-nodejs/'
427+
href: 'https://hoverkraft-tech.github.io/ci-dokumentor/'
428428

429429
}
430430

@@ -436,22 +436,22 @@ export const projectSections = [
436436

437437
icon: '',
438438

439-
title: 'compose-action',
439+
title: 'ci-github-nodejs',
440440

441-
titleHref: 'https://github.com/hoverkraft-tech/compose-action',
441+
titleHref: 'https://github.com/hoverkraft-tech/ci-github-nodejs',
442442

443-
meta: 'TypeScript • ⭐ 194 • Updated Dec 22, 2025',
443+
meta: 'Makefile • ⭐ 1 • Updated Dec 26, 2025',
444444

445-
description: 'This action runs your docker-compose file and clean up before action finished',
445+
description: 'Opinionated Github actions and workflows for continuous integration in NodeJs context',
446446

447447
tags: [
448448

449449
'continuous-integration',
450450

451-
'docker-compose',
452-
453451
'github-actions',
454452

453+
'node',
454+
455455
'open-source'
456456

457457
],
@@ -462,15 +462,15 @@ export const projectSections = [
462462

463463
label: 'View on GitHub',
464464

465-
href: 'https://github.com/hoverkraft-tech/compose-action'
465+
href: 'https://github.com/hoverkraft-tech/ci-github-nodejs'
466466

467467
},
468468

469469
{
470470

471471
label: 'Documentation',
472472

473-
href: 'https://docs.hoverkraft.cloud/docs/projects/compose-action'
473+
href: 'https://hoverkraft-tech.github.io/ci-github-nodejs/'
474474

475475
}
476476

@@ -1474,9 +1474,9 @@ export const quickStats = [
14741474

14751475
export const projectSnapshot = {
14761476

1477-
lastUpdated: '2025-12-26',
1477+
lastUpdated: '2025-12-28',
14781478

1479-
technologiesSummary: 'including Smarty, TypeScript, Makefile, Astro, JavaScript, and more.'
1479+
technologiesSummary: 'including TypeScript, Smarty, Makefile, Astro, JavaScript, and more.'
14801480

14811481
};
14821482

0 commit comments

Comments
 (0)