add Homepage and configure services for discovery
This commit is contained in:
10
Homepage/docker-compose.yaml
Normal file
10
Homepage/docker-compose.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
version: "3.3"
|
||||
services:
|
||||
homepage:
|
||||
image: ghcr.io/gethomepage/homepage:latest
|
||||
container_name: homepage
|
||||
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
|
||||
5
Homepage/stack.env
Normal file
5
Homepage/stack.env
Normal file
@@ -0,0 +1,5 @@
|
||||
HOMEPAGE_DIR=/path/to/homepage
|
||||
HOMEPAGE_HTTP_PORT=3000
|
||||
|
||||
HOMEPAGE_PUID=1000
|
||||
HOMEPAGE_PGID=1000
|
||||
Reference in New Issue
Block a user