Rename HedgeDoc and Element to match new names
This commit is contained in:
parent
84b3e4ba48
commit
9691edcff0
5 changed files with 4 additions and 4 deletions
|
@ -2,8 +2,8 @@ version: "3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
riot:
|
element:
|
||||||
build: riot
|
build: element
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 8080:80
|
- 8080:80
|
||||||
|
@ -55,8 +55,8 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- "DISCORD_WEBHOOK=${PROMETHEUS_DISCORD_WEBHOOK}"
|
- "DISCORD_WEBHOOK=${PROMETHEUS_DISCORD_WEBHOOK}"
|
||||||
|
|
||||||
codimd:
|
hedgedoc:
|
||||||
build: codimd
|
build: hedgedoc
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- "CMD_DB_URL=${CODIMD_DB_URL}"
|
- "CMD_DB_URL=${CODIMD_DB_URL}"
|
||||||
|
|
Before Width: | Height: | Size: 454 KiB After Width: | Height: | Size: 454 KiB |
Loading…
Reference in a new issue