greenlight: switch to main image

This commit is contained in:
chandi 2023-09-12 22:09:17 +02:00
parent 60b3775308
commit b82f6fbd70

View File

@ -435,7 +435,7 @@ services:
{{ if isTrue .Env.ENABLE_GREENLIGHT }} {{ if isTrue .Env.ENABLE_GREENLIGHT }}
# greenlight # greenlight
greenlight: greenlight:
image: bigbluebutton/greenlight:{{ .Env.TAG_GREENLIGHT }}-alpine image: bigbluebutton/greenlight:{{ .Env.TAG_GREENLIGHT }}
restart: unless-stopped restart: unless-stopped
env_file: .env env_file: .env
depends_on: depends_on:
@ -452,6 +452,7 @@ services:
{{end}} {{end}}
BIGBLUEBUTTON_SECRET: ${SHARED_SECRET} BIGBLUEBUTTON_SECRET: ${SHARED_SECRET}
SECRET_KEY_BASE: ${RAILS_SECRET} SECRET_KEY_BASE: ${RAILS_SECRET}
RELATIVE_URL_ROOT: /
volumes: volumes:
- ./greenlight-data:/usr/src/app/storage - ./greenlight-data:/usr/src/app/storage
networks: networks: