更新 'docker-compose.yml '
This commit is contained in:
parent
eabbe2441c
commit
043083c89b
@ -7,6 +7,8 @@ services:
|
|||||||
HOSTNAME=lms.jingweiht.com
|
HOSTNAME=lms.jingweiht.com
|
||||||
DEBIAN_FRONTEND=noninteractive
|
DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
network_mode: "host"
|
||||||
|
|
||||||
greenlight:
|
greenlight:
|
||||||
image: onenetcom/greenlight
|
image: onenetcom/greenlight
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@ -22,8 +24,9 @@ services:
|
|||||||
|
|
||||||
BIGBLUEBUTTON_SECRET: ${SHARED_SECRET}
|
BIGBLUEBUTTON_SECRET: ${SHARED_SECRET}
|
||||||
SECRET_KEY_BASE: ${RAILS_SECRET}
|
SECRET_KEY_BASE: ${RAILS_SECRET}
|
||||||
|
network_mode: "host"
|
||||||
ports:
|
ports:
|
||||||
- 10.7.7.1:5000:80
|
- 127.0.0.1:5000:80
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:12-alpine
|
image: postgres:12-alpine
|
||||||
|
Loading…
Reference in New Issue
Block a user