1
0
Fork 0
mirror of synced 2024-06-26 10:00:41 +12:00

Add PLUGINS_DIR env var and show example mount for HMR of plugins

This commit is contained in:
Andrew Kingston 2022-08-16 15:14:47 +00:00
parent bb19810e36
commit 55eef09204

View file

@ -25,9 +25,12 @@ services:
REDIS_PASSWORD: ${REDIS_PASSWORD}
BB_ADMIN_USER_EMAIL: ${BB_ADMIN_USER_EMAIL}
BB_ADMIN_USER_PASSWORD: ${BB_ADMIN_USER_PASSWORD}
PLUGINS_DIR: ${PLUGINS_DIR}
depends_on:
- worker-service
- redis-service
# volumes:
# - /some/path/to/plugins:/plugins
worker-service:
restart: unless-stopped