Remove changedetection
This commit is contained in:
@@ -15,25 +15,6 @@ services:
|
|||||||
- data_portainer:/data
|
- data_portainer:/data
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
restart: no
|
restart: no
|
||||||
changedetection:
|
|
||||||
image: dgtlmoon/changedetection.io:0.45.23
|
|
||||||
container_name: self_changedetection
|
|
||||||
networks:
|
|
||||||
internal_traffic:
|
|
||||||
ipv4_address: 192.168.3.60
|
|
||||||
deploy:
|
|
||||||
resources:
|
|
||||||
limits:
|
|
||||||
cpus: '1'
|
|
||||||
memory: 512M
|
|
||||||
restart: no
|
|
||||||
environment:
|
|
||||||
- PLAYWRIGHT_DRIVER_URL=ws://self_browserless:3000
|
|
||||||
depends_on:
|
|
||||||
- browserless
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
- data_changedetection:/datastore
|
|
||||||
#unifi:
|
#unifi:
|
||||||
# image: jacobalberty/unifi:7.3
|
# image: jacobalberty/unifi:7.3
|
||||||
# container_name: self_unifi
|
# container_name: self_unifi
|
||||||
@@ -48,10 +29,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
data_portainer:
|
data_portainer:
|
||||||
external: true
|
external: true
|
||||||
data_changedetection:
|
|
||||||
external: true
|
|
||||||
data_unifi:
|
|
||||||
external: true
|
|
||||||
networks:
|
networks:
|
||||||
internal_traffic:
|
internal_traffic:
|
||||||
external: true
|
external: true
|
||||||
|
|||||||
Reference in New Issue
Block a user