This commit is contained in:
traveler 2024-12-04 15:21:28 -06:00
parent 6f645fece1
commit bd1bc40839
2 changed files with 30 additions and 1 deletions

29
homepage.yaml Normal file
View file

@ -0,0 +1,29 @@
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
# container_name: homepage
# environment:
# PUID: 998 # optional, your user id
# PGID: 1001 # optional, your group id
# TZ: America/Chicago
ports:
- 3056:3000
volumes:
- /DockerVol/homepage:/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
networks:
- netgrimoire
deploy:
labels:
- caddy=homepage.netgrimoire.com
- caddy.import=authentik
- caddy.reverse_proxy="{{upstreams 3000}}"
placement:
constraints:
- node.hostname == docker2
networks:
netgrimoire:
external: true