diff --git a/adguardhome/compose.yml b/adguardhome/compose.yml deleted file mode 100644 index ddbe9a9..0000000 --- a/adguardhome/compose.yml +++ /dev/null @@ -1,17 +0,0 @@ -version: "3.3" -services: - adguardhome: - container_name: adguardhome - image: adguard/adguardhome - ports: - - 53:53/tcp - - 53:53/udp - - 3030:3000/tcp - restart: unless-stopped - volumes: - - ./conf:/opt/adguardhome/conf - - ./work:/opt/adguardhome/work - -networks: - reverse-proxy: - external: true diff --git a/mixed/compose.yml b/mixed/compose.yml index 9a384cd..aec5c4a 100644 --- a/mixed/compose.yml +++ b/mixed/compose.yml @@ -16,9 +16,6 @@ services: REPLICA2_URL: "http://192.168.1.5:80" REPLICA2_USERNAME: "akanealw" REPLICA2_PASSWORD: "Aehaigoothohshoh1aab" - REPLICA3_URL: "http://192.168.1.31:3030" - REPLICA3_USERNAME: "akanealw" - REPLICA3_PASSWORD: "Aehaigoothohshoh1aab" CRON: "*/10 * * * *" # run every 10 minutes RUN_ON_START: true CONTINUE_ON_ERROR: true