Merge branch 'master' into nvim-lua

This commit is contained in:
Marko Korhonen 2021-08-08 15:23:19 +03:00
commit c500e2a954
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
3 changed files with 21 additions and 1 deletions

1
docker/nextcloud/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.env

View file

@ -57,6 +57,25 @@ services:
depends_on:
- redis
coturn:
image: instrumentisto/coturn
container_name: coturn
restart: unless-stopped
env_file: .env
ports:
- "3478:3478/tcp"
- "3478:3478/udp"
networks:
- nextcloud
command:
- -n
- --log-file=stdout
- --min-port=49160
- --max-port=49200
- --realm=cloud.korhonen.cc
- --use-auth-secret
- --static-auth-secret=${STATIC_AUTH_SECRET}
networks:
nextcloud:
external: false

@ -1 +1 @@
Subproject commit 3f00e21ee4ce8a235782a714a99f7578db5d0adb
Subproject commit 5dfbf5d044a22d7aa183f282b4a490f228553932