chore: remove stale core/homepage (apps/homepage is authoritative, has more config)

This commit is contained in:
2026-03-28 15:03:09 +00:00
parent 3821fd754b
commit 096c7f1ba1
-26
View File
@@ -1,26 +0,0 @@
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
restart: unless-stopped
security_opt:
- no-new-privileges:true
environment:
TZ: Europe/Berlin
volumes:
- /mnt/user/appdata/homepage:/app/config
- /var/run/docker.sock:/var/run/docker.sock:ro
networks:
- frontend_net
labels:
- traefik.enable=true
- traefik.docker.network=frontend_net
- traefik.http.routers.homepage.rule=Host(`home.kaleschke.info`)
- traefik.http.routers.homepage.entrypoints=websecure
- traefik.http.routers.homepage.tls=true
- traefik.http.routers.homepage.tls.certresolver=le
- traefik.http.services.homepage.loadbalancer.server.port=3000
networks:
frontend_net:
external: true