Use a unified docker-compose file

This commit is contained in:
erdnaxe 2020-02-02 23:55:37 +01:00
parent 370e8dc871
commit 47b7980502
29 changed files with 354 additions and 525 deletions

5
riot/Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM vectorim/riot-web
# Customize instance settings and background
COPY config.json /app/config.json
COPY bg.jpg /app/bg.jpg

View file

@ -1,13 +0,0 @@
version: "3"
services:
riot:
image: vectorim/riot-web
volumes:
- ./config.json:/app/config.json:ro
- ./bg.jpg:/app/bg.jpg:ro
# - ./welcome.html:/app/welcome.html:ro
ports:
- 8080:80
restart: always