fix(service): Chatwoot Support allowlisted private API inbox webhooks (#10426)
This commit is contained in:
commit
50e198fd51
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ services:
|
||||||
- SMTP_USERNAME=${CHATWOOT_SMTP_USERNAME}
|
- SMTP_USERNAME=${CHATWOOT_SMTP_USERNAME}
|
||||||
- SMTP_PASSWORD=${CHATWOOT_SMTP_PASSWORD}
|
- SMTP_PASSWORD=${CHATWOOT_SMTP_PASSWORD}
|
||||||
- ACTIVE_STORAGE_SERVICE=${ACTIVE_STORAGE_SERVICE:-local}
|
- ACTIVE_STORAGE_SERVICE=${ACTIVE_STORAGE_SERVICE:-local}
|
||||||
|
- SAFE_FETCH_ALLOW_PRIVATE_NETWORK=${SAFE_FETCH_ALLOW_PRIVATE_NETWORK:-false}
|
||||||
entrypoint: docker/entrypoints/rails.sh
|
entrypoint: docker/entrypoints/rails.sh
|
||||||
command: sh -c "bundle exec rails db:chatwoot_prepare && bundle exec rails s -p 3000 -b 0.0.0.0"
|
command: sh -c "bundle exec rails db:chatwoot_prepare && bundle exec rails s -p 3000 -b 0.0.0.0"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue