Skip to content

Instantly share code, notes, and snippets.

View AndreVallestero's full-sized avatar
🦀

Andre Vallestero AndreVallestero

🦀
View GitHub Profile
@AndreVallestero
AndreVallestero / docker-compose.yaml
Last active October 10, 2022 10:34 — forked from joenas/docker-compose.yaml
Matrix docker-compose with Postgres and docker network
# https://jonnev.se/matrix-homeserver-with-docker/
# https://adfinis.com/en/blog/how-to-set-up-your-own-matrix-org-homeserver-with-federation/
# https://zerowidthjoiner.net/2020/03/20/setting-up-matrix-and-riot-with-docker
# https://tech.davidfield.co.uk/setting-up-your-own-riot-im-server/
# https://matrix.org/blog/2016/02/10/advanced-synapse-setup-with-lets-encrypt
version: "3"
services:
postgres: