mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
refactored all to dev
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# homepage
|
||||
|
||||
Last Updated: Thu August 15, 2024 16:11:59 PDT
|
||||
|
||||
## Overview
|
||||
|
||||
Project: https://gethomepage.dev/latest/
|
||||
Docker Compose Example: https://gethomepage.dev/latest/installation/docker/
|
||||
Proxy Port: 3000
|
||||
|
||||
|
||||
If you want to use the optional docker socket, you must run as root.
|
||||
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
homepage:
|
||||
image: ${HOMEPAGE_IMAGE:-ghcr.io/gethomepage/homepage:latest}
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- homepage-config:/app/config
|
||||
- /var/run/docker.sock:/var/run/docker.sock # Optional, for Docker integrations
|
||||
environment:
|
||||
- TZ=${TZ:-America/Vancouver} # optional, if your app needs a timezone
|
||||
|
||||
volumes:
|
||||
homepage-config:
|
||||
name: homepage-config
|
||||
@@ -0,0 +1,3 @@
|
||||
# Homepage
|
||||
HOMEPAGE_IMAGE=ghcr.io/gethomepage/homepage:latest
|
||||
VOL_CONFIG_PATH=./config
|
||||
Reference in New Issue
Block a user