Add Homepage/docker-compose.yml

First version of homepage stack
This commit is contained in:
theflyingfool 2023-12-08 15:36:24 -06:00
parent 6963b644d9
commit f992043ee8

View File

@ -0,0 +1,11 @@
version: "3.3"
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
ports:
- 3000:3000
volumes:
- /home/nick/docker/homepage:/app/config # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
- /mnt:/mnt # Testing something