appstore/apps/changedetectionio/0.45/docker-compose.yml
github-action update-app-version 88688b56a7 Update app version
2023-09-07 04:58:11 +00:00

19 lines
367 B
YAML

version: '3'
services:
changedetection:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:5000"
volumes:
- "${DATA_PATH}:/datastore"
image: dgtlmoon/changedetection.io:0.45
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true