Skip to content

Commit

Permalink
feat: provide example docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emilylange committed Mar 13, 2022
1 parent b7aefc6 commit 85af210
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Please see ./docs (https://github.com/IndeedNotJames/matrix-sip-bridge/tree/main/docs)
## for more details
version: "3"
services:
sipgate:
image: "ghcr.io/indeednotjames/matrix-sip-bridge:edge"
restart: "always"
environment:
MX_HOMESERVER: "https://homeserver.example"
MX_ACCESSTOKEN: "See 'Configure' below in ./docs"
MX_USERID: "@localpart:homeserver.example"
MX_ROOMID: "!roomId:homeserver.example"

SIP_SERVER: "wss://sip.sipgate.de"
SIP_URI: "sip:[email protected]"
SIP_USER: "your userAddress"
SIP_PASSWORD: "your sip user password"

0 comments on commit 85af210

Please sign in to comment.