changedetection: remove
This commit is contained in:
parent
e2134d0d5b
commit
b75a45c02e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue