diff --git a/selfhosted_extra/docker-compose.yaml b/selfhosted_extra/docker-compose.yaml index 8425441..59676d5 100644 --- a/selfhosted_extra/docker-compose.yaml +++ b/selfhosted_extra/docker-compose.yaml @@ -15,25 +15,6 @@ services: - data_portainer:/data - /var/run/docker.sock:/var/run/docker.sock 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: # image: jacobalberty/unifi:7.3 # container_name: self_unifi @@ -48,10 +29,6 @@ services: volumes: data_portainer: external: true - data_changedetection: - external: true - data_unifi: - external: true networks: internal_traffic: external: true