fix: drop missing role

This commit is contained in:
decentral1se 2023-01-07 23:47:37 +01:00
parent e905c24eb2
commit 3e3c239c88
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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