Skip to content

Commit

Permalink
Merge branch 'np/fix-android-streaming' of https://github.com/xmtp/xm…
Browse files Browse the repository at this point in the history
…tp-android into np/fix-android-streaming
  • Loading branch information
nplasterer committed Sep 30, 2023
2 parents 2f9089a + e72d782 commit 7751a0d
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions dev/local/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ services:
environment:
- GOWAKU-NODEKEY=8a30dcb604b0b53627a5adc054dbf434b446628d4bd1eccc681d223f0550ce67
command:
- --ws
- --store
- --message-db-connection-string=postgres://postgres:xmtp@db:5432/postgres?sslmode=disable
- --message-db-reader-connection-string=postgres://postgres:xmtp@db:5432/postgres?sslmode=disable
- --lightpush
- --filter
- --ws-port=9001
- --store.enable
- --store.db-connection-string=postgres://postgres:xmtp@db:5432/postgres?sslmode=disable
- --store.reader-db-connection-string=postgres://postgres:xmtp@db:5432/postgres?sslmode=disable
- --wait-for-db=30s
- --api.authn.enable
ports:
Expand All @@ -34,4 +30,4 @@ services:
depends_on:
wakunode:
condition: service_healthy
build: ./test
build: ./test

0 comments on commit 7751a0d

Please sign in to comment.