This repository has been archived on 2021-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
greenlight/docker-compose.yml

20 lines
419 B
YAML
Raw Normal View History

2018-06-20 15:24:39 -04:00
version: '3'
2018-07-05 17:25:59 -04:00
services:
2018-06-20 15:24:39 -04:00
app:
entrypoint: [bin/start]
2018-07-06 11:42:50 -04:00
image: bigbluebutton/greenlight:v2
2018-07-05 17:25:59 -04:00
container_name: greenlight-v2
2018-10-26 11:59:49 -04:00
env_file: .env
2018-06-20 15:24:39 -04:00
restart: unless-stopped
ports:
2018-07-05 17:25:59 -04:00
- 5000:80
volumes:
2018-06-20 15:24:39 -04:00
- ./db/production:/usr/src/app/db/production
- ./log:/usr/src/app/log
2018-10-26 11:59:49 -04:00
# logging:
# driver: $LOG_DRIVER
# options:
# syslog-address: $LOG_ADDRESS
# tag: $LOG_TAG