Update Servers/Containerization/Docker/Compose/Gatus.md

This commit is contained in:
2025-04-20 23:54:15 -06:00
parent 98415003f8
commit c8fcd1e463

View File

@ -1,7 +1,7 @@
**Purpose**: Gatus Service Status Server. **Purpose**: Gatus Service Status Server.
## Docker Configuration ## Docker Configuration
```jsx title="docker-compose.yml" ```yaml title="docker-compose.yml"
version: "3.9" version: "3.9"
services: services:
postgres: postgres:
@ -45,7 +45,7 @@ networks:
external: true external: true
``` ```
```jsx title=".env" ```yaml title=".env"
N/A N/A
``` ```