livekit añadido
This commit is contained in:
@@ -51,6 +51,25 @@ services:
|
||||
depends_on:
|
||||
- synapse
|
||||
|
||||
wellknown:
|
||||
image: nginx:alpine
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
default:
|
||||
ipv4_address: 10.10.10.12
|
||||
volumes:
|
||||
- ./configs/well-known:/var/www/well-known:ro
|
||||
- ./configs/nginx/well-known.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
|
||||
element-call-web:
|
||||
image: nginx:alpine
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
default:
|
||||
ipv4_address: 10.10.10.13
|
||||
volumes:
|
||||
- ./element-call/dist:/usr/share/nginx/html:ro
|
||||
|
||||
volumes:
|
||||
matrix_postgres_data:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user