docker-ovh/riot/docker-compose.yml

17 lines
319 B
YAML
Raw Normal View History

2019-07-22 09:57:43 +02:00
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
2019-07-22 11:42:17 +02:00
restart: always
2019-07-22 09:57:43 +02:00