Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
conduwuit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
🥺
conduwuit
Commits
1157994b
Commit
1157994b
authored
1 year ago
by
🥺
Committed by
🥺
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
update docker README with our links
Signed-off-by:
strawberry
<
strawberry@puppygock.gay
>
parent
71d53617
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/README.md
+15
-15
15 additions, 15 deletions
docker/README.md
with
15 additions
and
15 deletions
docker/README.md
+
15
−
15
View file @
1157994b
...
...
@@ -4,25 +4,25 @@ # Deploy using Docker
## Docker
To run
C
onduit with Docker you can either build the image yourself or pull it from a registry.
To run
c
ondu
wu
it with Docker you can either build the image yourself or pull it from a registry.
### Use a registry
OCI images for
C
onduit are available in the registries listed below. We recommend using the image tagged as
`latest`
from GitLab's own registry.
OCI images for
c
ondu
wu
it are available in the registries listed below. We recommend using the image tagged as
`latest`
from GitLab's own registry.
| Registry | Image | Size | Notes |
| --------------- | --------------------------------------------------------------- | ----------------------------- | ---------------------- |
| Git
La
b Registry |
[
registry.gitlab.com/famedly/conduit/matrix-cond
uit:latest
][
g
l
]
| !
[
Image Size
][
shield-latest
]
| Stable image. |
| Docker Hub |
[
docker.io/
matrixconduit/matrix-
conduit:latest
][
dh
]
| !
[
Image Size
][
shield-latest
]
| Stable image. |
| Git
La
b Registry |
[
registry.gitlab.com/famedly
/conduit
/
ma
trix-conduit:next
][
g
l
]
| !
[
Image Size
][
shield-
next
]
| Development version. |
| Docker Hub |
[
docker.io/
matrixconduit/matrix-
conduit:
next
][
dh
]
| !
[
Image Size
][
shield-
next
]
| Development version. |
| Git
Hu
b Registry |
[
ghcr.io/girlbossceo/conduw
uit:latest
][
g
h
]
| !
[
Image Size
][
shield-latest
]
| Stable image. |
| Docker Hub |
[
docker.io/
girlbossceo/
condu
wu
it:latest
][
dh
]
| !
[
Image Size
][
shield-latest
]
| Stable image. |
| Git
Hu
b Registry |
[
ghcr.io/girlbossceo
/condu
wu
it
:
ma
in
][
g
h
]
| !
[
Image Size
][
shield-
main
]
| Development version. |
| Docker Hub |
[
docker.io/
girlbossceo/
condu
wu
it:
main
][
dh
]
| !
[
Image Size
][
shield-
main
]
| Development version. |
[
dh
]:
https://hub.docker.com/r
/matrixconduit/matrix-
conduit
[
g
l
]:
https://git
la
b.com/
famedly
/conduit/container
_registry/2497937
[
shield-latest
]:
https://img.shields.io/docker/image-size/
matrixconduit/matrix-
conduit/latest
[
shield-
next
]:
https://img.shields.io/docker/image-size/
matrix
conduit/ma
trix-conduit/next
[
dh
]:
https://hub.docker.com/r
epository/docker/girlbossceo/
condu
wu
it
[
g
h
]:
https://git
hu
b.com/
girlbossceo
/condu
wu
it/
pkgs/
container
/conduwuit
[
shield-latest
]:
https://img.shields.io/docker/image-size/
girlbossceo/
condu
wu
it/latest
[
shield-
main
]:
https://img.shields.io/docker/image-size/
girlbossceo/
condu
wu
it/ma
in
Use
...
...
@@ -43,10 +43,10 @@ ### Build using a dockerfile
To build the image you can use the following command
```
bash
docker build
--tag
matrixconduit/matrix-
conduit:
latest
.
docker build
--tag
girlbossceo/
condu
wu
it:
main
.
```
which also will tag the resulting image as
`
matrixconduit/matrix-
conduit:
latest
`
.
which also will tag the resulting image as
`
girlbossceo/
condu
wu
it:
main
`
.
...
...
@@ -61,10 +61,10 @@ ### Run
-e
CONDUIT_DATABASE_BACKEND
=
"rocksdb"
\
-e
CONDUIT_ALLOW_REGISTRATION
=
true
\
-e
CONDUIT_ALLOW_FEDERATION
=
true
\
-e
CONDUIT_MAX_REQUEST_SIZE
=
"20
_
000
_
000"
\
-e
CONDUIT_MAX_REQUEST_SIZE
=
"20000000"
\
-e
CONDUIT_TRUSTED_SERVERS
=
"[
\"
matrix.org
\"
]"
\
-e
CONDUIT_MAX_CONCURRENT_REQUESTS
=
"
1
00"
\
-e
CONDUIT_LOG
=
"warn,state_res=warn"
\
-e
CONDUIT_MAX_CONCURRENT_REQUESTS
=
"
5
00"
\
-e
CONDUIT_LOG
=
"warn,
ruma_
state_res=warn"
\
--name
conduit <
link
>
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment