We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 533587c commit 367a373Copy full SHA for 367a373
templates/compose/homepage.yaml
@@ -7,9 +7,10 @@
7
services:
8
homepage:
9
image: ghcr.io/gethomepage/homepage:latest
10
- container_name: homepage
11
- ports:
12
- - 0.0.0.0:3000:3000
+ environment:
+ - SERVICE_FQDN_HOMEPAGE_3000
+ - HOMEPAGE_VAR_BASE=${SERVICE_FQDN_HOMEPAGE}
13
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
+ - homepage-config:/app/config
+ - homepage-images:/app/public/images
16
+ - /var/run/docker.sock:/var/run/docker.sock
templates/service-templates.json
0 commit comments