peter zhao
07/02/2021, 3:35 PM$prefect server start
Pulling postgres ... done
Pulling hasura ... done
Pulling graphql ... done
Pulling apollo ... done
Pulling scheduler ... done
Pulling ui ... done
Creating network "prefect-server" with the default driver
Creating t_postgres_1 ... done
Creating t_hasura_1 ... done
Creating t_hasura_1 ... error
ERROR: for t_hasura_1 Cannot start service hasura: driver failed programming external connectivity on endpoint t_hasura_1 (d6f6316d7f501eb40399dccdacd6bce8c09e565a6057ec6c6d5433274be1f707): Bind for 0.0.0.0:3000 failed: port is already allocated
ERROR: for hasura Cannot start service hasura: driver failed programming external connectivity on endpoint t_hasura_1 (d6f6316d7f501eb40399dccdacd6bce8c09e565a6057ec6c6d5433274be1f707): Bind for 0.0.0.0:3000 failed: port is already allocated
ERROR: Encountered errors while bringing up the project.
on docker here's the error message for that container t_hasura_1:
t_hasura_1 exited with code 128
Kevin Kho
07/02/2021, 3:41 PMprefect server start --hasura-port 3001
to try opening it on another port and see if that works?peter zhao
07/02/2021, 3:47 PMKevin Kho
07/02/2021, 3:47 PMpeter zhao
07/02/2021, 3:47 PM