Nate Roberts
01/17/2023, 5:31 PMprefect server start
, two of the containers get stuck in a restart loop. Could anyone assist with next steps in fixing these issues below?
Error from the container t_hasura_1 : graphql-engine: error while loading shared libraries: /usr/lib/aarch64-linux-gnu/libpq.so.5: file too short
Error from the container t_graphql_1 : Error: HTTPConnectionPool(host='hasura', port=3000): Max retries exceeded with url: /v1/query (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x4009e17990>: Failed to establish a new connection: [Errno -2] Name or service not known'))
Zanie
01/18/2023, 5:02 PMNate Roberts
01/18/2023, 5:32 PMZanie
01/18/2023, 5:38 PMNate Roberts
01/18/2023, 5:39 PMZanie
01/18/2023, 5:39 PMprefect server config
and add a platform: linux/arm64
annotation then run docker-compose up
— Docker is a little confusing here https://github.com/docker/cli/issues/1050#issuecomment-899332696Nate Roberts
01/18/2023, 5:39 PMZanie
01/18/2023, 5:39 PMNate Roberts
01/19/2023, 5:26 PMZanie
01/19/2023, 5:32 PM