Skip to content

Commit

Permalink
adjust bind mounts
Browse files Browse the repository at this point in the history
  • Loading branch information
FarisZR committed Oct 24, 2024
1 parent e78a6e5 commit 54462f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions matrix/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
- POSTGRES_PASSWORD=(matrix_postgres_password)
- POSTGRES_INITDB_ARGS=--encoding=UTF-8 --lc-collate=C --lc-ctype=C
volumes:
- /home/aosus/matrix/synapse-postgresql:/var/lib/postgresql/data:rw
- /home/aosus/matrix/synapse-postgres:/var/lib/postgresql/data:rw
networks:
default:

Expand Down Expand Up @@ -83,7 +83,7 @@ services:
- POSTGRES_PASSWORD=(matrix_telegram_postgres_password)
- POSTGRES_INITDB_ARGS=--encoding=UTF-8 --lc-collate=C --lc-ctype=C
volumes:
- /home/aosus/matrix/telegram-postgres:/var/lib/postgresql/data:rw
- /home/aosus/matrix/mautrix-telegram/postgres:/var/lib/postgresql/data:rw
networks:
default:

Expand All @@ -106,7 +106,7 @@ services:
- POSTGRES_PASSWORD=(matrix_discord_postgres_password)
- POSTGRES_INITDB_ARGS=--encoding=UTF-8 --lc-collate=C --lc-ctype=C
volumes:
- /home/aosus/matrix/discord-postgres:/var/lib/postgresql/data:rw
- /home/aosus/matrix/mautrix-discord/postgres:/var/lib/postgresql/data:rw

# Discord now requires signed URLs for their CDN, this resolver fetches signed urls using a user token, and redirects the user to it.
discord-resolver:
Expand Down

0 comments on commit 54462f2

Please sign in to comment.