wallabag, homepage changes portainer fixes

This commit is contained in:
2025-11-26 19:40:39 -08:00
parent 547e9ccb2e
commit 3648d3b145
6 changed files with 75 additions and 82 deletions
+8 -2
View File
@@ -3,5 +3,11 @@ services:
image: ${HOMEPAGE_IMAGE:-ghcr.io/gethomepage/homepage:latest}
restart: unless-stopped
volumes:
- ${VOL_CONFIG_PATH:-./config}/homepage:/app/config # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
- homepage-config:/app/config
- /var/run/docker.sock:/var/run/docker.sock # Optional, for Docker integrations
environment:
- TZ=${TZ:-America/Vancouver} # optional, if your app needs a timezone
volumes:
homepage-config:
name: homepage-config
-3
View File
@@ -1,6 +1,3 @@
# Global
COOKBOOK=/git/docker-compose-cookbooks #HELP: cookbooks
# Homepage
HOMEPAGE_IMAGE=ghcr.io/gethomepage/homepage:latest
VOL_CONFIG_PATH=./config