Pasha Sviderski
|
3056e2af11
|
feat: add support for healthcheck in Compose
|
2026-02-25 14:54:24 +10:00 |
|
Pasha Sviderski
|
7bfaf31138
|
fix: image tag template formatting in docs
|
2026-02-24 16:42:55 +10:00 |
|
 Justin BradfordandGitHub
|
ab6f856987
|
feat: Add support for compose devices mappings (#250)
* feat: Add support for compose `devices` mappings
https://docs.docker.com/reference/compose-file/services/#devices
```
services:
foo:
devices:
- "/dev/ttyUSB0:/dev/ttyUSB0"
- "/dev/sda:/dev/xvda:rwm"
```
* Lint fix
|
2026-02-11 17:00:18 +00:00 |
|
 NickandGitHub
|
53bf446502
|
deploy.update_config.order support to start-first or stop-first when replacing containers (#248)
|
2026-02-09 09:31:19 +00:00 |
|
 
|
06c3fba96e
|
feat: add support for sysctls compose key (#239)
* feat: add support for `sysctls` compose key
* lint
---------
Co-authored-by: Pasha Sviderski <me@psviderski.name>
|
2026-01-10 15:53:56 +11:00 |
|
Pasha Sviderski
|
7e739dd2f0
|
docs: update compose matrix 'build' supported, link capabilities man page
|
2026-01-10 15:27:42 +11:00 |
|
 Andrey ViktorovandGitHub
|
6c2f85d38a
|
feat: add support for cap_add and cap_drop compose keys (#238)
|
2026-01-10 15:13:03 +11:00 |
|
Pasha Sviderski
|
055cfae272
|
docs: Compose compatibility matrix: deploy.rollback_config and deploy.update_config are not supported (resolves #179)
|
2025-11-20 17:15:40 +10:00 |
|
Pasha Sviderski
|
c489fcc63c
|
docs: typo
|
2025-11-20 08:06:26 +10:00 |
|
Pasha Sviderski
|
bbdeedb44e
|
docs: add Image tag format reference doc
|
2025-11-12 23:12:59 +10:00 |
|
Pasha Sviderski
|
7ebcba7c36
|
docs: add 'Deploy an app' how-to guide, init 'Image tag format' reference
|
2025-11-12 15:54:05 +10:00 |
|
Pasha Sviderski
|
e33fd40033
|
docs: split Compose docs into reference and concepts
|
2025-11-11 23:06:21 +10:00 |
|