Skip to content

Commit

Permalink
Reorganized docker-contrib.yml (bigbluebutton#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfederico authored Jun 26, 2019
1 parent ccbd46f commit efe0e70
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,19 @@ services:
restart: unless-stopped
ports:
- 5000:80
# When using sqlite3 as the database
# volumes:
# - ./db/production:/usr/src/app/db/production
# - ./log:/usr/src/app/log
# When using external logging
# logging:
# driver: $LOG_DRIVER
# options:
# syslog-address: $LOG_ADDRESS
# tag: $LOG_TAG


volumes:
- ./log:/usr/src/app/log
# When using sqlite3 as the database
# - ./db/production:/usr/src/app/db/production
# When using postgresql as the database
links:
- db
#
db:
image: postgres:9.5
restart: on-failure
Expand Down

0 comments on commit efe0e70

Please sign in to comment.