Compare commits
2 Commits
6.1.1+v1.1
...
6.1.2+v1.1
Author | SHA1 | Date | |
---|---|---|---|
6bd2f0b779 | |||
e2bec9e4b4 |
@ -24,6 +24,10 @@
|
|||||||
|
|
||||||
## Tips & Tricks
|
## Tips & Tricks
|
||||||
|
|
||||||
|
### Create User
|
||||||
|
|
||||||
|
`register_new_matrix_user -u <username> -k $(cat /var/run/secrets/registration) -p <password>`
|
||||||
|
|
||||||
### Set Admin User
|
### Set Admin User
|
||||||
|
|
||||||
`abra app cmd YOURAPPDOMAIN db set_admin <adminuser>`
|
`abra app cmd YOURAPPDOMAIN db set_admin <adminuser>`
|
||||||
|
@ -3,7 +3,7 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
image: nginx:1.27.0
|
image: nginx:1.27.1
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
- internal
|
- internal
|
||||||
@ -35,7 +35,7 @@ services:
|
|||||||
retries: 20
|
retries: 20
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: "matrixdotorg/synapse:v1.110.0"
|
image: "matrixdotorg/synapse:v1.111.0"
|
||||||
volumes:
|
volumes:
|
||||||
- "data:/data"
|
- "data:/data"
|
||||||
secrets:
|
secrets:
|
||||||
@ -91,7 +91,7 @@ services:
|
|||||||
restart_policy:
|
restart_policy:
|
||||||
condition: on-failure
|
condition: on-failure
|
||||||
labels:
|
labels:
|
||||||
- "coop-cloud.${STACK_NAME}.version=6.1.1+v1.110.0"
|
- "coop-cloud.${STACK_NAME}.version=6.1.2+v1.111.0"
|
||||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:8008/health"]
|
test: ["CMD", "curl", "-f", "http://localhost:8008/health"]
|
||||||
|
Reference in New Issue
Block a user