Remove unused containers
This commit is contained in:
parent
5ecfa0c909
commit
e18e73f84a
@ -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
|
||||
|
Reference in New Issue
Block a user