mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-07-02 02:47:49 +08:00
first commit
This commit is contained in:
commit
149e02a10d
72 changed files with 3442 additions and 0 deletions
24
homepage/compose.yaml
Normal file
24
homepage/compose.yaml
Normal file
|
@ -0,0 +1,24 @@
|
|||
services:
|
||||
homepage:
|
||||
image: ghcr.io/gethomepage/homepage:latest
|
||||
container_name: homepage
|
||||
volumes:
|
||||
- /mnt/docker/homepage/config:/app/config
|
||||
user: 1000:1000
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
HOMEPAGE_ALLOWED_HOSTS: dash.ferngarden.net
|
||||
networks:
|
||||
- default
|
||||
- proxy
|
||||
- metrics
|
||||
labels:
|
||||
caddy: dash.ferngarden.net
|
||||
caddy.import: internal
|
||||
caddy.reverse_proxy: '{{ upstreams 3000 }}'
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
metrics:
|
||||
external: true
|
Loading…
Add table
Add a link
Reference in a new issue