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