Add homepage

This commit is contained in:
Galuh Sahid 2023-12-29 13:44:00 +01:00
parent 3feb366c89
commit 4b31fe625a
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
version: "3.3"
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
environment:
PUID: 1000
PGID: 1000
ports:
- 5007:5007
volumes:
- /path/to/config:/app/config # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock:ro # optional, for docker integrations
restart: unless-stopped