Added dnote, grocy and some Jitsi modifications

This commit is contained in:
Ash Leece 2020-05-11 15:45:47 +00:00
parent c197fa620d
commit 5f482d6940
4 changed files with 10 additions and 4 deletions

View File

@ -7,6 +7,8 @@ services:
POSTGRES_USER: dnote
POSTGRES_PASSWORD: dnote
POSTGRES_DB: dnote
ports:
- 5432:5432
volumes:
- db:/var/lib/postgresql/data
restart: always
@ -35,4 +37,4 @@ services:
restart: always
volumes:
db:
db:

View File

@ -10,7 +10,7 @@ services:
volumes:
- config:/config
ports:
- 8002:80
- 8003:80
restart: unless-stopped
volumes:

View File

@ -6,10 +6,10 @@
CONFIG=~/.jitsi-meet-cfg
# Exposed HTTP port.
HTTP_PORT=8001
HTTP_PORT=8005
# Exposed HTTPS port.
HTTPS_PORT=8002
HTTPS_PORT=8006
# System time zone.
TZ=Europe/London

View File

@ -29,6 +29,7 @@ services:
- XMPP_MUC_DOMAIN
- ETHERPAD_URL_BASE
- TZ
restart: unless-stopped
networks:
meet.jitsi:
@ -84,6 +85,7 @@ services:
- JWT_TOKEN_AUTH_MODULE
- LOG_LEVEL
- TZ
restart: unless-stopped
networks:
meet.jitsi:
aliases:
@ -108,6 +110,7 @@ services:
- TZ
depends_on:
- prosody
restart: unless-stopped
networks:
meet.jitsi:
@ -136,6 +139,7 @@ services:
- TZ
depends_on:
- prosody
restart: unless-stopped
networks:
meet.jitsi: