feat(synapse): add deployment type podman

This commit is contained in:
2024-09-22 17:52:01 +02:00
parent 50ae4f63cc
commit ce9cd996ee
5 changed files with 60 additions and 10 deletions

View File

@ -18,12 +18,12 @@ The following variables need to be populated:
## Deployment methods
### Docker
- `docker`
- `podman`
Set `synapse_deployment_method: docker` to deploy synapse in docker container(s).
This is currently the default.
Set `synapse_deployment_method` to one of the supported deployment methods.
The current default is `docker`.
### Planned methods
### Planned deployment methods
- virtual env + systemd
- podman
- `venv` - Python virtual env supervised with `systemd`