1
0
Fork 0

changedetection: remove

This commit is contained in:
Lukáš Kucharczyk 2023-09-14 10:49:32 +02:00
parent e2134d0d5b
commit b75a45c02e
1 changed files with 0 additions and 34 deletions

View File

@ -124,40 +124,6 @@ services:
- infra
restart: unless-stopped
changedetection:
image: dgtlmoon/changedetection.io
container_name: changedetection
user: ${PUID}:${PGID}
environment:
- TZ=${TZ}
- BASE_URL=changes.kucharczyk.xyz
- PLAYWRIGHT_DRIVER_URL="ws://browserless:3000/?stealth=1&--disable-web-security=true"
volumes:
- "${DOCKER_STORAGE_PATH}/changedetection/data:/datastore"
ports:
- "${CHANGEDETECTION_EXTERNAL_PORT}:${CHANGEDETECTION_INTERNAL_PORT}"
depends_on:
- browserless
networks:
- public
profiles:
- base
restart: unless-stopped
browserless:
image: browserless/chrome:1.53-chrome-stable
container_name: browserless
shm_size: '2g'
environment:
- "DEFAULT_LAUNCH_ARGS=[\"--window-size=1920,1080\"]"
ports:
- "3100:3000"
networks:
- public
profiles:
- base
restart: unless-stopped
audiobookshelf:
image: ghcr.io/advplyr/audiobookshelf
container_name: audiobookshelf