Closed 1yuv closed 1 year ago
Here's updated docker-compose.yml that I'm using:
version: '3.7'
services:
logstash:
image: medicmobile/cht-logstash-couchdb:latest
build: ./logstash/
extra_hosts:
- "host.docker.internal:host-gateway"
restart: always
environment:
- COUCHDB_USER=${COUCHDB_USER}
- COUCHDB_PASSWORD=${COUCHDB_PASSWORD}
- COUCHDB_DB=${COUCHDB_DB}
- COUCHDB_HOST=${COUCHDB_HOST}
- COUCHDB_PORT=${COUCHDB_PORT}
- COUCHDB_SEQ=/tmp/couchdb/sequence_path.txt
- COUCHDB_SECURE=${COUCHDB_SECURE:-true}
- POSTGRES_TABLE=${POSTGRES_TABLE}
- POSTGRES_HOST=host.docker.internal
- HTTP_ENDPOINT=postgrest:3000
postgrest:
image: postgrest/postgrest
restart: always
extra_hosts:
- "host.docker.internal:host-gateway"
environment:
Everything below it is same.
:tada: This issue has been resolved in version 1.0.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Related issues: https://github.com/supabase/cli/issues/33 Probable solution: here