mirror of
https://github.com/element-hq/element-docker-demo.git
synced 2026-01-25 06:26:58 +03:00
README
This commit is contained in:
25
README.md
Normal file
25
README.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# element-quick-start
|
||||
|
||||
WIP of a docker-copmose Matrix 2.0 stack to show off EW + EC + EX + Synapse + MAS + livekit.
|
||||
|
||||
Not remotely intended for serious production usage, but just to be the simplest possible way to get a
|
||||
hacker-friendly Matrix 2.0 stack up and running without requiring any k8s.
|
||||
|
||||
In future, ESS will support migrating from this (which should be trivial, in terms of copying the env vars and secrets
|
||||
into their ESS counterparts, and rehoming the postgres).
|
||||
|
||||
## To run
|
||||
|
||||
```
|
||||
cp .env-sample .env
|
||||
# edit the .env to configure your environment
|
||||
docker compose up
|
||||
```
|
||||
|
||||
## Todo
|
||||
|
||||
* [ ] sort out the networking
|
||||
* [ ] make nginx do something useful when running on a local workstation
|
||||
* [ ] hook up letsencrypt to nginx properly
|
||||
* [ ] hook up livekit properly
|
||||
* [ ] make it work
|
||||
Reference in New Issue
Block a user