forked from cerc-io/ipld-eth-server
switch from json to text formatter for logger
This commit is contained in:
@@ -5,4 +5,4 @@ RUN npm install -g postgraphile-plugin-connection-filter
|
||||
RUN npm install -g @graphile/pg-pubsub
|
||||
|
||||
EXPOSE 5000
|
||||
ENTRYPOINT ["postgraphile", "-n", "0.0.0.0"]
|
||||
ENTRYPOINT ["postgraphile"]
|
||||
@@ -78,8 +78,8 @@ services:
|
||||
"--subscriptions",
|
||||
"--simple-subscriptions",
|
||||
"--connection", $DATABASE_URL,
|
||||
"--host", "0.0.0.0",
|
||||
"--port", "5000",
|
||||
"-n", "0.0.0.0"
|
||||
"--schema", "public,btc,eth"
|
||||
"--append-plugins", "postgraphile-plugin-connection-filter"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user