Files
docker-compose/homepage/compose.yaml
T

21 lines
548 B
YAML

services:
homepage:
container_name: homepage
image: ghcr.io/gethomepage/homepage:v1.13.0@sha256:690ac1f79e33000c176c2a28229ed00b49b44781e8a63f280a8ece22c161f099
restart: unless-stopped
environment:
- PUID=${PUID}
- PGID=${PGID}
- HOMEPAGE_ALLOWED_HOSTS=${HOMEPAGE_ALLOWED_HOSTS}
volumes:
- ${APPDATA_PATH}/homepage/config:/app/config
- ${APPDATA_PATH}/homepage/images:/app/public/images
ports:
- ${APP_PORT}:3000
networks:
- frontend
networks:
frontend:
external: true