services: changedetection: image: ${CHANGEDETECTION_IMAGE} container_name: changedetection restart: unless-stopped environment: TZ: ${TZ} BASE_URL: https://${CHANGEDETECTION_DOMAIN} PLAYWRIGHT_DRIVER_URL: ws://changedetection-browser:3000 volumes: - ${CHANGEDETECTION_DATA_PATH}:/datastore:Z depends_on: - changedetection-browser networks: - changedetection_internal - proxy labels: prune.protect: "true" traefik.enable: "true" traefik.docker.network: "${TRAEFIK_DOCKER_NETWORK}" homepage.group: "Utilidades" homepage.name: "ChangeDetection" homepage.icon: "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/changedetection.svg" homepage.description: "Monitor de cambios web" homepage.href: "https://${CHANGEDETECTION_DOMAIN}/" homepage.siteMonitor: "http://changedetection:5000/" homepage.weight: "530" changedetection-browser: image: ${CHANGEDETECTION_BROWSER_IMAGE} container_name: changedetection-browser restart: unless-stopped shm_size: "2gb" networks: - changedetection_internal labels: prune.protect: "true" networks: changedetection_internal: driver: bridge labels: prune.protect: "true" proxy: external: true