STURN server von google hinzugefügt

This commit is contained in:
PxlLoewe
2025-07-08 11:18:44 -07:00
parent 91d706bc6b
commit c167d45d61
2 changed files with 13 additions and 10 deletions

View File

@@ -8,12 +8,11 @@ networks:
redis_network: redis_network:
driver: bridge driver: bridge
traefik: traefik:
external: true external: true#
moodle_db_network:
driver: bridge
services: services:
hub: hub:
restart: unless-stopped
build: build:
context: . context: .
dockerfile: ./apps/hub/Dockerfile dockerfile: ./apps/hub/Dockerfile
@@ -65,6 +64,7 @@ services:
# Dispatch Service # Dispatch Service
dispatch: dispatch:
restart: unless-stopped
build: build:
context: . context: .
dockerfile: ./apps/dispatch/Dockerfile dockerfile: ./apps/dispatch/Dockerfile
@@ -93,6 +93,7 @@ services:
- postgres_network - postgres_network
- traefik - traefik
dispatch-server: dispatch-server:
restart: unless-stopped
build: build:
context: . context: .
dockerfile: ./apps/dispatch-server/Dockerfile dockerfile: ./apps/dispatch-server/Dockerfile
@@ -119,6 +120,7 @@ services:
redis: redis:
condition: service_healthy condition: service_healthy
cadvisor: cadvisor:
restart: unless-stopped
image: gcr.io/cadvisor/cadvisor:latest image: gcr.io/cadvisor/cadvisor:latest
container_name: cadvisor container_name: cadvisor
ports: ports:
@@ -129,9 +131,9 @@ services:
- /sys:/sys:ro - /sys:/sys:ro
- /var/lib/docker/:/var/lib/docker:ro - /var/lib/docker/:/var/lib/docker:ro
networks: networks:
- core_network - core_network#
restart: unless-stopped
prometheus: prometheus:
restart: unless-stopped
image: prom/prometheus:latest image: prom/prometheus:latest
container_name: prometheus container_name: prometheus
ports: ports:
@@ -148,6 +150,7 @@ services:
- core_network - core_network
core-server: core-server:
restart: unless-stopped
build: build:
context: . context: .
dockerfile: ./apps/core-server/Dockerfile dockerfile: ./apps/core-server/Dockerfile
@@ -162,6 +165,7 @@ services:
- core_network - core_network
docs: docs:
restart: unless-stopped
build: build:
context: . context: .
dockerfile: ./apps/docs/Dockerfile dockerfile: ./apps/docs/Dockerfile
@@ -176,6 +180,7 @@ services:
- traefik - traefik
postgres: postgres:
restart: unless-stopped
image: postgres:13 image: postgres:13
container_name: postgres container_name: postgres
healthcheck: healthcheck:
@@ -197,6 +202,7 @@ services:
- traefik - traefik
redis: redis:
restart: unless-stopped
container_name: redis container_name: redis
image: redis/redis-stack:latest image: redis/redis-stack:latest
ports: ports:
@@ -233,9 +239,6 @@ services:
volumes: volumes:
postgres-data: postgres-data:
moodle_data:
moodle_database:
moodle_moodledata:
redis_data: redis_data:
driver: local driver: local
portainer_data: portainer_data:

View File

@@ -4,8 +4,8 @@ rtc:
udp_port: 7882 udp_port: 7882
tcp_port: 7881 tcp_port: 7881
use_external_ip: false use_external_ip: false
# ice_servers: ice_servers:
# - urls: ["stun:stun.l.google.com:19302"] - urls: ["stun:stun.l.google.com:19302"]
keys: keys:
APIAnsGdtdYp2Ho: tdPjVsYUx8ddC7K9NvdmVAeLRF9GeADD6Fedm1x63fWC APIAnsGdtdYp2Ho: tdPjVsYUx8ddC7K9NvdmVAeLRF9GeADD6Fedm1x63fWC
logging: logging: