Update Servers/Containerization/Docker/Compose/Stirling-PDF.md

This commit is contained in:
2025-04-20 23:59:47 -06:00
parent 7f5851888f
commit 203e6f2457

View File

@ -1,7 +1,7 @@
**Purpose**: This is a powerful locally hosted web based PDF manipulation tool using docker that allows you to perform various operations on PDF files, such as splitting merging, converting, reorganizing, adding images, rotating, compressing, and more. This locally hosted web application started as a 100% ChatGPT-made application and has evolved to include a wide range of features to handle all your PDF needs.
## Docker Configuration
```jsx title="docker-compose.yml"
```yaml title="docker-compose.yml"
version: "3.8"
services:
app:
@ -37,13 +37,13 @@ networks:
external: true
```
```jsx title=".env"
```yaml title=".env"
N/A
```
## Traefik Reverse Proxy Configuration
If the container does not run on the same host as Traefik, you will need to manually add configuration to Traefik's dynamic config file, outlined below.
``` yaml
```yaml
http:
routers:
stirling-pdf: