1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-09 15:13:08 +00:00
This commit is contained in:
Rae 5e 2025-03-03 23:55:20 -05:00
parent bbcc5dbb76
commit 721a38ce25
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
6 changed files with 110 additions and 7 deletions

View file

@ -0,0 +1,10 @@
name: homepage
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
ports:
- 3000:3000
volumes:
- /home/rae/.dotfiles/configs/homepage:/app/config # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations