mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-26 17:56:16 -04:00
fix small bugs - working version with turn server of relay.metered.ca
This commit is contained in:
parent
ecc29b39d7
commit
72f3bb0e7c
4 changed files with 125 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue