diff --git a/dev/docker-compose.yml b/dev/docker-compose.yml index d0ae6ba..7a646d6 100644 --- a/dev/docker-compose.yml +++ b/dev/docker-compose.yml @@ -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: