mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-07-02 02:47:49 +08:00
dclint
This commit is contained in:
parent
d4dd9806b4
commit
fc40d136e4
35 changed files with 698 additions and 681 deletions
|
@ -1,21 +1,22 @@
|
|||
name: homepage
|
||||
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
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
caddy: dash.ferngarden.net
|
||||
caddy.import: internal
|
||||
caddy.reverse_proxy: '{{ upstreams 3000 }}'
|
||||
user: 1000:1000
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue