Generalized logs and mailer (#312)

This commit is contained in:
Jesus Federico
2018-10-26 11:59:49 -04:00
committed by GitHub
parent b8785a3bf8
commit 3b67ffee40
5 changed files with 33 additions and 23 deletions

View File

@ -5,10 +5,15 @@ services:
entrypoint: [bin/start]
image: bigbluebutton/greenlight:v2
container_name: greenlight-v2
env_file: env
env_file: .env
restart: unless-stopped
ports:
- 5000:80
volumes:
- ./db/production:/usr/src/app/db/production
- ./log:/usr/src/app/log
# logging:
# driver: $LOG_DRIVER
# options:
# syslog-address: $LOG_ADDRESS
# tag: $LOG_TAG