feat: Update homepage.yaml with environment variables and volumes
This commit is contained in:
parent
533587ce4e
commit
367a373904
@ -7,9 +7,10 @@
|
|||||||
services:
|
services:
|
||||||
homepage:
|
homepage:
|
||||||
image: ghcr.io/gethomepage/homepage:latest
|
image: ghcr.io/gethomepage/homepage:latest
|
||||||
container_name: homepage
|
environment:
|
||||||
ports:
|
- SERVICE_FQDN_HOMEPAGE_3000
|
||||||
- 0.0.0.0:3000:3000
|
- HOMEPAGE_VAR_BASE=${SERVICE_FQDN_HOMEPAGE}
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/config:/app/config # Make sure your local config directory exists
|
- homepage-config:/app/config
|
||||||
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
|
- homepage-images:/app/public/images
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user