services: add Riot chat

This commit is contained in:
Bruno BELANYI 2020-08-20 16:00:02 +02:00
parent ffe635354c
commit 497698ed7e
3 changed files with 100 additions and 0 deletions

View file

@ -352,6 +352,17 @@ services:
expose:
- 8008
riot:
image: vectorim/riot-web:v1.7.4
restart: unless-stopped
container_name: riot
volumes:
- ./riot/config.json:/app/config.json
expose:
- 80
ports:
- 8080:80
recipes:
image: vabene1111/recipes
restart: unless-stopped