add ech0 service

This commit is contained in:
2026-03-05 14:10:47 +00:00
parent 9c1a858410
commit 8d5a02c93a
4 changed files with 64 additions and 0 deletions

23
ech0/docker-compose.yaml Normal file
View File

@@ -0,0 +1,23 @@
networks:
caddy:
name: caddy
driver: bridge
external: true
services:
ech0:
image: aykhans/ech0:latest
container_name: ech0
labels:
- "com.centurylinklabs.watchtower.enable=true"
restart: unless-stopped
environment:
PORT: 8421
REMOTE_ADDR_HEADER: X-Forwarded-For
networks:
- caddy
logging:
driver: "json-file"
options:
max-size: "100m"
max-file: "3"