Files
docker-compose/homepage/compose.yaml

21 lines
548 B
YAML

services:
homepage:
container_name: homepage
image: ghcr.io/gethomepage/homepage:v1.12.3@sha256:cc84f2f5eb3c7734353701ccbaa24ed02dacb0d119114e50e4251e2005f3990a
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