add homepage config

This commit is contained in:
v.karaychentsev
2026-02-11 19:15:56 +03:00
parent a72225785d
commit a755b7d04f
10 changed files with 209 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
networks:
- caddy_internal
dns:
- 192.168.1.131 # host pi-hole
# ports:
# - "3015:3000"
environment:
- PUID=1000
- PGID=1000
- HOMEPAGE_ALLOWED_HOSTS=home.catmedved.com
- LOG_TARGETS=stdout
volumes:
- ./config:/app/config
- ./images:/app/public/images
- ./icons:/app/public/icons
# - /var/run/docker.sock:/var/run/docker.sock # for docker container autodiscovery. I do not use
restart: unless-stopped
networks:
caddy_internal:
external: true