Skip to content

Commit

Permalink
greenlight: map storagedir into container
Browse files Browse the repository at this point in the history
The storagedir got created, but was never actually used. Map into
greenlight container as was probably the original intention. This
changes ensures that presentations and similar blobs can be
persisted within greenlight.

Fixes: 237740d
  • Loading branch information
dkobras committed Apr 12, 2024
1 parent c1fcbca commit 3ef7b34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/greenlight-docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ services:
{% endfor %}
volumes:
- {{ bbb_greenlight_logdir }}:/usr/src/app/log
- {{ bbb_greenlight_storagedir }}:/usr/src/app/storage
{% if bbb_greenlight_db_adapter == 'sqlite3' %}
- {{ bbb_greenlight_dbdir }}:/usr/src/app/db/production
{% endif %}
Expand Down

0 comments on commit 3ef7b34

Please sign in to comment.