moving homepage config to config folder and updating gitignore to ignore logs
This commit is contained in:
@@ -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}\"]]"
|
||||
|
||||
Reference in New Issue
Block a user