Files
appstore/apps/changedetection.io-linuxserver/0.60.4/docker-compose.yml
T

23 lines
521 B
YAML

networks:
1panel-network:
external: true
services:
changedetection-io:
image: "linuxserver/changedetection.io:0.60.4"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:5000"
volumes:
- "${CONFIG_PATH}:/config"
environment:
- PUID=1000
- PGID=1000
- TZ=${TIME_ZONE}
- BASE_URL=${BASE_URL:-}
- PLAYWRIGHT_DRIVER_URL=${PLAYWRIGHT_DRIVER_URL:-}
labels:
createdBy: "Apps"