attempt to make webhook endpoint on host accessible from within docker container

pull/534/head
Christopher Milne 1 week ago
parent d1116bdfd8
commit 8dd74aaadb

@ -31,6 +31,8 @@ services:
- DATABASE_URL=postgresql://postgres:postgres@postgres:5432/docuseal
- REDIS_URL=redis://redis:6379/0
- SIDEKIQ_BASIC_AUTH_PASSWORD=sidekiq
extra_hosts:
- "host.docker.internal:host-gateway"
redis:
image: redis:7-alpine

Loading…
Cancel
Save