Update Homepage stack

This commit is contained in:
SweetId 2024-12-30 14:50:03 -05:00
parent 030d31392d
commit 85697a23cd
2 changed files with 10 additions and 7 deletions

View File

@ -3,8 +3,13 @@ services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
restart: always
#extra_hosts:
# - hostname:ip # required if you refer to your services with hostnames instead of ip
ports:
- ${HOMEPAGE_HTTP_PORT}:3000
volumes:
- ${HOMEPAGE_DIR}:/app/config # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
- ${HOMEPAGE_DIR}:/app/config
- ${HOMEPAGE_ICONS}:/app/public/icons
- /var/run/docker.sock:/var/run/docker.sock

View File

@ -1,5 +1,3 @@
HOMEPAGE_DIR=/path/to/homepage
HOMEPAGE_HTTP_PORT=3000
HOMEPAGE_PUID=1000
HOMEPAGE_PGID=1000
HOMEPAGE_DIR=/home/portainer/homepage
HOMEPAGE_ICONS=/home/portainer/homepage/icons
HOMEPAGE_HTTP_PORT=3000