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:
|
||||
|
||||
riot:
|
||||
build: riot
|
||||
element:
|
||||
build: element
|
||||
restart: always
|
||||
ports:
|
||||
- 8080:80
|
||||
|
@ -55,8 +55,8 @@ services:
|
|||
environment:
|
||||
- "DISCORD_WEBHOOK=${PROMETHEUS_DISCORD_WEBHOOK}"
|
||||
|
||||
codimd:
|
||||
build: codimd
|
||||
hedgedoc:
|
||||
build: hedgedoc
|
||||
restart: always
|
||||
environment:
|
||||
- "CMD_DB_URL=${CODIMD_DB_URL}"
|
||||
|
|
Before Width: | Height: | Size: 454 KiB After Width: | Height: | Size: 454 KiB |
Loading…
Reference in a new issue