From 3e3c239c8894c4baa066893d1739350a32a8ea24 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sat, 7 Jan 2023 23:47:37 +0100 Subject: [PATCH] fix: drop missing role --- compose.discord.yml | 2 +- compose.signal.yml | 2 +- compose.telegram.yml | 2 +- compose.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/compose.discord.yml b/compose.discord.yml index 8cefa64..7021e52 100644 --- a/compose.discord.yml +++ b/compose.discord.yml @@ -43,7 +43,7 @@ services: networks: - internal healthcheck: - test: ["CMD", "pg_isready", "-U", "synapse"] + test: ["CMD", "pg_isready"] volumes: - discord-postgres:/var/lib/postgresql/data diff --git a/compose.signal.yml b/compose.signal.yml index 0d1fe64..c053e5f 100644 --- a/compose.signal.yml +++ b/compose.signal.yml @@ -55,7 +55,7 @@ services: networks: - internal healthcheck: - test: ["CMD", "pg_isready", "-U", "synapse"] + test: ["CMD", "pg_isready"] volumes: - signal-postgres:/var/lib/postgresql/data diff --git a/compose.telegram.yml b/compose.telegram.yml index 327843b..28a5d51 100644 --- a/compose.telegram.yml +++ b/compose.telegram.yml @@ -53,7 +53,7 @@ services: networks: - internal healthcheck: - test: ["CMD", "pg_isready", "-U", "synapse"] + test: ["CMD", "pg_isready"] volumes: - telegram-postgres:/var/lib/postgresql/data diff --git a/compose.yml b/compose.yml index 2c3af5a..dd852c3 100644 --- a/compose.yml +++ b/compose.yml @@ -75,7 +75,7 @@ services: networks: - internal healthcheck: - test: ["CMD", "pg_isready", "-U", "synapse"] + test: ["CMD", "pg_isready"] volumes: - postgres:/var/lib/postgresql/data deploy: