feat: Update homepage.yaml with environment variables and volumes

This commit is contained in:
Andras Bacsai 2024-06-11 12:19:30 +02:00
parent 533587ce4e
commit 367a373904
2 changed files with 7 additions and 6 deletions

View File

@ -7,9 +7,10 @@
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
ports:
- 0.0.0.0:3000:3000
environment:
- SERVICE_FQDN_HOMEPAGE_3000
- HOMEPAGE_VAR_BASE=${SERVICE_FQDN_HOMEPAGE}
volumes:
- /path/to/config:/app/config # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
- homepage-config:/app/config
- homepage-images:/app/public/images
- /var/run/docker.sock:/var/run/docker.sock

File diff suppressed because one or more lines are too long