Update Homepage stack
This commit is contained in:
parent
030d31392d
commit
85697a23cd
|
|
@ -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
|
||||
|
||||
|
|
@ -1,5 +1,3 @@
|
|||
HOMEPAGE_DIR=/path/to/homepage
|
||||
HOMEPAGE_DIR=/home/portainer/homepage
|
||||
HOMEPAGE_ICONS=/home/portainer/homepage/icons
|
||||
HOMEPAGE_HTTP_PORT=3000
|
||||
|
||||
HOMEPAGE_PUID=1000
|
||||
HOMEPAGE_PGID=1000
|
||||
Loading…
Reference in New Issue