Skip to main content

Unknown parent

JB Carroll
@Steven Brady Nice! Along with signing that I finally got my matrix docker-compose set up. It was a good internet day yesterday - the benefits of being off work!
Unknown parent

@Steven Brady I mainly use them for when the install would be a bit too over my head otherwise! Haha. Matrix was one of those. Just didn't have a lot of experience setting virtual environments. Also with docker everything is stored in the same folder (config, data, etc.), so it makes it a bit easier to migrate.

I generally can wrap my head around docker-compose a lot easier than normal docker. You mostly just set everything up in the compose file as YAML, then add a few links in the config to external config files (matrix needed to do this). Still had to fight with nginx and Postgres in docker-compose for a bit, but nice to have it all up and running together.