15 lines
299 B
YAML
15 lines
299 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
riot:
|
|
build:
|
|
context: .
|
|
args:
|
|
version: v1.3.0
|
|
gpg_key: 5EA7E0F70461A3BCBEBE4D5EF6151806032026F9
|
|
volumes:
|
|
# Make Riot default to auro.re matrix server
|
|
- ./config.json:/etc/riot-web/config.json:ro
|
|
ports:
|
|
- 8080:80
|
|
|