https://prefect.io logo
v

Vipul

09/30/2020, 12:55 PM
Hi, I was doing Prefect Server PoC and it works all good and it looks interesting to my manager though when I was trying to do deploy on my company's server, I soon realise that they have blocked the docker hub and they only have their own repository. Having spoke with couple of them they suggest I build the docker image on local server. Not sure where to start, if you can provide any pointer that would be great, thanks.
j

josh

09/30/2020, 1:11 PM
Hi @Vipul if you want to build the server and UI docker images manually you can clone the repositories and build off of the Dockerfiles present https://github.com/PrefectHQ/server https://github.com/PrefectHQ/ui
v

Vipul

09/30/2020, 1:21 PM
Wonderful @josh. Do you know what I should do for Apollo and Hasura?
j

josh

09/30/2020, 1:23 PM
Ah yes, the apollo Dockerfile is here in the server repo: https://github.com/PrefectHQ/server/tree/master/services/apollo Now for Hasura and Postgres we use the standard images maintained by those developers so however you would go about retrieving those https://hub.docker.com/_/postgres https://hub.docker.com/r/hasura/graphql-engine
v

Vipul

09/30/2020, 1:26 PM
Thanks @josh