Skip to content

Commit 4d48b38

Browse files
committed
docs: document docker compose environment overrides
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent db3bda2 commit 4d48b38

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717

1818
Use the compiler to generate `content stream`, `resources`, and `bbox`, then map the output to your signature appearance DTO adapter.
1919

20+
## Container environment overrides
21+
22+
When using `docker-compose.yml`, these optional environment variables are supported:
23+
24+
- `UID` and `GID` for container user/group mapping (default: `1000`).
25+
- `XDEBUG_ENABLED` and `XDEBUG_MODE` for Xdebug toggling (defaults: `0` and `off`).
26+
- `COMPOSER_CACHE_DIR` to override the Composer cache mount path (default: `/tmp/composer-cache`).
27+
2028
## License
2129

2230
AGPL-3.0-or-later.

0 commit comments

Comments
 (0)