finish move of content to new elementweb role
This commit is contained in:
parent
d3ca975bdb
commit
4dffeb3bf6
5 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
@ -1 +0,0 @@
|
|||
Test for Element
|
||||
Loading…
Add table
Add a link
Reference in a new issue