Remove postgres and redis from grafana network

This commit is contained in:
BBaoVanC 2021-08-07 13:10:44 -05:00
parent 6558ea9aa5
commit ccd4f2699f
1 changed files with 0 additions and 10 deletions

View File

@ -19,11 +19,6 @@ services:
volumes: volumes:
- ./data/postgres:/var/lib/postgresql/data/ - ./data/postgres:/var/lib/postgresql/data/
- ./progs:/progs - ./progs:/progs
networks:
default:
grafana:
aliases:
- synapse_postgres
restart: always restart: always
healthcheck: healthcheck:
test: pg_isready -U synapse -d synapsedb test: pg_isready -U synapse -d synapsedb
@ -34,11 +29,6 @@ services:
redis: redis:
image: redis:latest image: redis:latest
restart: always restart: always
networks:
default:
grafana:
aliases:
- synapse_redis
healthcheck: healthcheck:
test: ["CMD", "redis-cli", "ping"] test: ["CMD", "redis-cli", "ping"]
interval: 10s interval: 10s