Merge pull request #196 from ChristianLempa:homepage

homepage docker compose template
This commit is contained in:
Christian Lempa 2024-03-18 17:09:12 +01:00 committed by GitHub
commit 666d217c2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,17 @@
---
services:
homepage:
image: ghcr.io/gethomepage/homepage::v0.8.9
container_name: homepage
environment:
- LOG_LEVEL=info
# (Optional) Run as a specific user
# PUID: $PUID
# PGID: $PGID
ports:
- 3000:3000
volumes:
- /path/to/config:/app/config
# (Optional) For local Docker integration
# - /var/run/docker.sock:/var/run/docker.sock
restart: unless-stopped