fix small bugs - working version with turn server of relay.metered.ca

This commit is contained in:
schlagmichdoch 2022-12-23 02:38:56 +01:00
parent ecc29b39d7
commit 72f3bb0e7c
4 changed files with 125 additions and 29 deletions

View file

@ -7,6 +7,7 @@ services:
volumes:
- ./server/:/home/node/app
command: ash -c "npm i && node index.js"
restart: unless-stopped
nginx:
build:
context: ./docker/
@ -23,3 +24,4 @@ services:
env_file: ./docker/fqdn.env
entrypoint: /mnt/openssl/create.sh
command: ["nginx", "-g", "daemon off;"]
restart: unless-stopped