home landing
2.0.2
내 홈 네트워크 서비스를 위한 캐디 기반 랜딩 페이지 Docker 이미지
이는 내 구성에만 해당됩니다. 이를 사용하려면 Caddyfile, 서비스 및 관련 파일/식별자를 업데이트해야 합니다.
version : " 3.7 "
services :
home-landing :
container_name : home-landing
image : " ghcr.io/tetra-fox/home-landing:latest "
restart : unless-stopped
ports :
- " 80:8080 "
- " 443:8443 "
environment :
- PUID=1000
- PGID=1000
- UMASK=002
- TZ=Etc/UTC
volumes :
- ${DATA_ROOT}/caddy:/config
cap_add :
- NET_ADMIN # the caddy image is modified to include fail2ban :3