Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. /var/log/containers/server-8b2907355681-stdouterr.log
  2. -------------------------------------
  3. > @ start /app
  4. > node index.js
  5.  
  6. Listening
  7. { error: password authentication failed for user "Postgres"
  8. at Connection.parseE (/app/node_modules/pg/lib/connection.js:553:11)
  9. at Connection.parseMessage (/app/node_modules/pg/lib/connection.js:378:19)
  10. at Socket.<anonymous> (/app/node_modules/pg/lib/connection.js:119:22)
  11. at Socket.emit (events.js:189:13)
  12. at addChunk (_stream_readable.js:284:12)
  13. at readableAddChunk (_stream_readable.js:265:11)
  14. at Socket.Readable.push (_stream_readable.js:220:10)
  15. at TCP.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)
  16. name: 'error',
  17. length: 104,
  18. severity: 'FATAL',
  19. code: '28P01',
  20. detail: undefined,
  21. hint: undefined,
  22. position: undefined,
  23. internalPosition: undefined,
  24. internalQuery: undefined,
  25. where: undefined,
  26. schema: undefined,
  27. table: undefined,
  28. column: undefined,
  29. dataType: undefined,
  30. constraint: undefined,
  31. file: 'auth.c',
  32. line: '328',
  33. routine: 'auth_failed' }
  34.  
  35. api:
  36. build:
  37. dockerfile: Dockerfile.dev
  38. context: ./server
  39. volumes:
  40. - /app/node_modules
  41. - ./server:/app
  42. environment:
  43. - REDIS_HOST=redis
  44. - REDIS_PORT=6379
  45. - PGUSER=postgres
  46. - PGHOST=postgres
  47. - PGDATABASE=postgres
  48. - PGPASSWORD=password_protected
  49. - PGPORT=5432
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement