moving homepage config to config folder and updating gitignore to ignore logs

This commit is contained in:
2026-05-19 17:35:01 +00:00
Unverified
parent 0070fa98e3
commit dc21043b7c
12 changed files with 396 additions and 5 deletions

View File

@@ -11,10 +11,16 @@ services:
env_file:
- .env
volumes:
- ${HOMEPAGE_DIR}/config:/app/config
- ${HOMEPAGE_DIR}/images:/app/public/images
- ./config:/app/config
- ./images:/app/public/images
- /var/run/docker.sock:/var/run/docker.sock:ro # docker socket
ports:
- 7676:3000
- ${HOMEPAGE_PORT}:3000
restart: unless-stopped
labels:
# Nginx Proxy Manager Automation
- "npm.proxy.domains=homepage"
- "npm.proxy.port=${HOMEPAGE_PORT}"
- "npm.proxy.scheme=http"
# Pi-hole Automation (Point to Docker Host/Proxy IP)
- "pihole.custom-record=[[\"homepage\", \"${DOCKER_HOST_IP}\"]]"