finish move of content to new elementweb role

This commit is contained in:
Nico Schottelius 2023-12-04 09:01:41 +01:00
commit 4dffeb3bf6
5 changed files with 4 additions and 2 deletions

View file

@ -1,19 +0,0 @@
version: '3'
services:
elementweb:
image: vectorim/element-web:${ELEMENT_VERSION}
restart: unless-stopped
volumes:
- ./config.json:/app/config.json
ports:
- "8008:80/tcp"
nginx:
image: nginx:${NGINX_VERSION}
ports:
- "80:80/tcp"
- "443:443/tcp"
volumes:
- ./nginx:/etc/nginx/conf.d
- /ssl:/ssl
- /www:/www

View file

@ -1 +0,0 @@
Test for Element