medic / cht-sync

Data synchronization between CouchDB and PostgreSQL for the purpose of analytics.
GNU General Public License v3.0
3 stars 5 forks source link

postgrest dies with 137 in m1 #6

Closed 1yuv closed 1 year ago

1yuv commented 2 years ago

pipeline-postgrest-1 exited with code 137

Related issues: https://github.com/supabase/cli/issues/33 Probable solution: here

1yuv commented 2 years 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.

medic-ci commented 2 months ago

: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: