mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-09 15:13:08 +00:00
~
This commit is contained in:
parent
bbcc5dbb76
commit
721a38ce25
6 changed files with 110 additions and 7 deletions
10
nixos/docker/homepage/docker-compose.yml
Normal file
10
nixos/docker/homepage/docker-compose.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue