Compare commits

...

8 Commits

2 changed files with 31 additions and 0 deletions

View File

@@ -233,6 +233,22 @@ services:
##
[[stack]]
name = "homepage"
description = "Homepage dashboard for syn01"
tags = ["dashboard", "monitoring", "syn01"]
[stack.config]
server = "syn01"
git_provider = "192.168.1.51:3052"
git_https = false
git_account = "komodo"
repo = "stray/komodo"
file_paths = [
"stacks/homepage_syn01.compose.yml"
]
##
[[stack]]
name = "jellyfin"
[stack.config]

View File

@@ -0,0 +1,15 @@
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
ports:
- 3001:3000
volumes:
- /volume1/docker/homepage/config:/app/config:rw
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
- PUID=1026
- PGID=100
- TZ=America/Los_Angeles
- HOMEPAGE_ALLOWED_HOSTS=homepage.internal,192.168.1.51:3001
restart: unless-stopped