Update Servers/Containerization/Docker/Compose/Document Template.md

This commit is contained in:
2025-04-20 23:52:56 -06:00
parent b35aa83d9c
commit 10b3a14424

View File

@ -1,17 +1,17 @@
**Purpose**: PLACEHOLDER **Purpose**: PLACEHOLDER
## Docker Configuration ## Docker Configuration
```jsx title="docker-compose.yml" ```yaml title="docker-compose.yml"
PLACEHOLDER PLACEHOLDER
``` ```
```jsx title=".env" ```yaml title=".env"
PLACEHOLDER PLACEHOLDER
``` ```
## Traefik Reverse Proxy Configuration ## 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. 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: http:
routers: routers:
PLACEHOLDER: PLACEHOLDER: