Remove unused containers

This commit is contained in:
BBaoVanC 2021-07-31 14:40:43 -05:00
parent 5ecfa0c909
commit e18e73f84a
1 changed files with 0 additions and 30 deletions

View File

@ -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