Skip to content

Commit 367a373

Browse files
committed
feat: Update homepage.yaml with environment variables and volumes
1 parent 533587c commit 367a373

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

templates/compose/homepage.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
services:
88
homepage:
99
image: ghcr.io/gethomepage/homepage:latest
10-
container_name: homepage
11-
ports:
12-
- 0.0.0.0:3000:3000
10+
environment:
11+
- SERVICE_FQDN_HOMEPAGE_3000
12+
- HOMEPAGE_VAR_BASE=${SERVICE_FQDN_HOMEPAGE}
1313
volumes:
14-
- /path/to/config:/app/config # Make sure your local config directory exists
15-
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
14+
- homepage-config:/app/config
15+
- homepage-images:/app/public/images
16+
- /var/run/docker.sock:/var/run/docker.sock

templates/service-templates.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)