wireapp / wire-server-deploy

Code to install/deploy wire-server (on kubernetes)
https://docs.wire.com
GNU Affero General Public License v3.0
94 stars 45 forks source link

Question: Help with deploying On-premise #720

Closed VaultSoldier closed 3 weeks ago

VaultSoldier commented 1 month ago

Basic information

How did you install Wire?

Question

Is there an option to deploy a wire server inside a docker container or on a host?

I tried compiling the source code with nix, but after compiling, I couldn't find dist/run-services and couldn't guess how to start the compiled services.

I also tried deploying to kubernetes using ansible, but there were syntax errors (not in the config files) during the kubernetes deployment phase.

I don't really want or need 99.9% SLA, so a docker, host, or single node kubernetes installation is preferred.

supersven commented 1 month ago

Hey @VaultSoldier :wave:

Kubernetes is the only supported way to install Wire. Other installation methods in wire-server may be lacking the webapp or only provide ephemeral (non-persistent) datastores.

supersven commented 1 month ago

As your requirements seem to be limited, you may want to take a look at this single-machine deployment howto: https://github.com/wireapp/wire-server-deploy/blob/master/offline/single_hetzner_machine_installation.md