2025-07-10 12:04:36 +05:30
|
|
|
services:
|
|
|
|
|
homepage:
|
|
|
|
|
container_name: homepage
|
2026-03-29 02:32:23 +00:00
|
|
|
image: ghcr.io/gethomepage/homepage:v1.12.1@sha256:9627769818fbfb14147d3e633e57cef9c27c0c5f07585f5a1d6c3d3425b3b33c
|
2025-08-09 21:31:06 +05:30
|
|
|
restart: unless-stopped
|
2025-07-10 12:04:36 +05:30
|
|
|
environment:
|
|
|
|
|
- PUID=${PUID}
|
|
|
|
|
- PGID=${PGID}
|
|
|
|
|
- HOMEPAGE_ALLOWED_HOSTS=${HOMEPAGE_ALLOWED_HOSTS}
|
|
|
|
|
volumes:
|
|
|
|
|
- ${APPDATA_PATH}/homepage/config:/app/config
|
2025-12-31 17:45:23 +05:30
|
|
|
- ${APPDATA_PATH}/homepage/images:/app/public/images
|
2025-07-10 12:04:36 +05:30
|
|
|
ports:
|
|
|
|
|
- ${APP_PORT}:3000
|
|
|
|
|
networks:
|
|
|
|
|
- frontend
|
2026-01-02 13:25:06 +05:30
|
|
|
|
|
|
|
|
networks:
|
|
|
|
|
frontend:
|
|
|
|
|
external: true
|