Added multiple services

This commit is contained in:
2023-02-28 17:24:43 +00:00
parent ea40c69ba4
commit 0236bdb0ae
23 changed files with 439 additions and 12 deletions
+17
View File
@@ -0,0 +1,17 @@
version: "3.1"
services:
app:
image: dgtlmoon/changedetection.io
container_name: change-detection
restart: always
environment:
TZ: Europe/Lisbon
volumes:
- /mnt/SSD500/docker/changedetection:/datastore
networks:
- reverse-proxy
networks:
reverse-proxy:
external: true