Folder reorg if prep for using git runner
This commit is contained in:
parent
304e85e450
commit
1a3749112d
102 changed files with 833 additions and 244 deletions
33
swarm/homepage.yaml
Executable file
33
swarm/homepage.yaml
Executable file
|
|
@ -0,0 +1,33 @@
|
|||
services:
|
||||
homepage:
|
||||
image: ghcr.io/gethomepage/homepage:latest
|
||||
# container_name: homepage
|
||||
environment:
|
||||
- HOMEPAGE_ALLOWED_HOSTS=homepage.netgrimoire.com,glance.netgrimoire.com
|
||||
# PUID: 998 # optional, your user id
|
||||
# PGID: 1001 # optional, your group id
|
||||
# TZ: America/Chicago
|
||||
ports:
|
||||
- 3056:3000
|
||||
volumes:
|
||||
- /DockerVol/homepage/config:/app/config # Make sure your local config directory exists
|
||||
- /DockerVol/homepage/images:/app/public/images:ro
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro # optional, for docker integrations
|
||||
# restart: unless-stopped
|
||||
networks:
|
||||
- netgrimoire
|
||||
deploy:
|
||||
labels:
|
||||
- kuma.homepage.http.name="Homepage"
|
||||
- kuma.homepage.http.url=http://homepage:3000
|
||||
- caddy=homepage.netgrimoire.com
|
||||
- caddy.import=authentik
|
||||
- caddy.reverse_proxy="{{upstreams 3000}}"
|
||||
placement:
|
||||
constraints:
|
||||
- node.hostname == docker2
|
||||
|
||||
|
||||
networks:
|
||||
netgrimoire:
|
||||
external: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue