Docker Container


#1

Is there an official or recommended Docker Container available? The installation looks easy but i like to use official Docker repos :slight_smile:


#2

Yes! The Turtl server has a Dockerfile (the same one we use in the production Turtl service): https://github.com/turtl/server/blob/master/Dockerfile

You will still need a separate container for Postgres (there is not currently a self-contained container version of the server).