From e18e73f84a809a845f7dd6e896f9aa9fa0c9048e Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sat, 31 Jul 2021 14:40:43 -0500 Subject: [PATCH] Remove unused containers --- docker-compose.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index dd815b6..fb8345b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -217,36 +217,6 @@ services: synapse-autoheal: "true" mem_limit: 2G - #synapse-admin: - # image: awesometechnologies/synapse-admin:latest - # restart: always - # ports: - # - 127.0.0.1:8007:80 - # environment: - # - REACT_APP_SERVER=https://matrix.boba.best - # healthcheck: - # test: curl -fSs http://localhost:80 || exit 1 - # interval: 15s - # timeout: 5s - # retries: 5 - # labels: - # synapse-autoheal: "true" - - #borgmatic: - # image: b3vis/borgmatic:latest - # restart: always - # volumes: - # - ./data:/mnt/source/data:ro - # - ./borgmatic/etc:/etc/borgmatic.d:Z - # - ./borgmatic/state:/root/.config/borg:Z - # - ./borgmatic/ssh:/root/.ssh:Z - # environment: - # - TZ=America/Chicago - # - BORG_PASSPHRASE - # depends_on: - # postgres: - # condition: service_healthy - prometheus: image: prom/prometheus:latest restart: always