Files
appstore/apps/ech0/5.4.3/docker-compose.yml
T
renovate[bot]andgithub-action update-app-version f1e461fb6a Update sn0wl1n/ech0 Docker tag to v5.4.3 (#4765)
* Update sn0wl1n/ech0 Docker tag to v5.4.3

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2026-07-12 16:35:34 +08:00

29 lines
592 B
YAML

services:
ech0:
image: "sn0wl1n/ech0:v5.4.3"
container_name: ${CONTAINER_NAME}
restart: unless-stopped
environment:
- JWT_SECRET=${JWT_SECRET}
- TZ=${TZ}
volumes:
- "${APP_DATA_DIR}:/app/data"
ports:
- "${PANEL_APP_PORT_HTTP}:6277"
healthcheck:
test:
- CMD-SHELL
- wget -q --spider http://127.0.0.1:6277/ || exit 1
start_period: 15s
interval: 30s
timeout: 10s
retries: 5
labels:
createdBy: "Apps"
networks:
- 1panel-network
networks:
1panel-network:
external: true