mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2026-04-15 11:19:37 +00:00
add ech0 service
This commit is contained in:
23
ech0/docker-compose.yaml
Normal file
23
ech0/docker-compose.yaml
Normal 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"
|
||||
Reference in New Issue
Block a user