mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-06-24 22:11:22 +02:00
update etherpad, nginx and redis
This commit is contained in:
parent
9349825c59
commit
5c2632987f
@ -34,7 +34,7 @@ services:
|
|||||||
network_mode: host
|
network_mode: host
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:1.17
|
image: nginx:1.18-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- etherpad
|
- etherpad
|
||||||
@ -52,7 +52,7 @@ services:
|
|||||||
- "host.docker.internal:10.7.7.1"
|
- "host.docker.internal:10.7.7.1"
|
||||||
|
|
||||||
etherpad:
|
etherpad:
|
||||||
image: etherpad/etherpad:1.8.0
|
image: etherpad/etherpad:1.8.4
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
@ -67,7 +67,7 @@ services:
|
|||||||
ipv4_address: 10.7.7.4
|
ipv4_address: 10.7.7.4
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:5.0-alpine
|
image: redis:6.0-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:6379:6379" # TODO: remove as soon as we updated all redis host references
|
- "127.0.0.1:6379:6379" # TODO: remove as soon as we updated all redis host references
|
||||||
|
Loading…
x
Reference in New Issue
Block a user