0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 00:10:11 -05:00
penpot/docs/04-Deployment-Guide.md
2019-12-09 16:28:15 +01:00

1.1 KiB

Deployment Guide

This document don't intend to be a complete guide of deployment. It will only contain the essential tips for doing it and show an example on how we are deploying it using docker and docker-compose.

Docker Images

For build the production images, you need to execute the following command:

./manage.sh build-images`

This command will build the following images:

  • uxbox-frontend:latest
  • uxbox-frontend-dbg:latest (with debug ready frontend build)
  • uxbox-backend:latest

Complementary to the docker images you can build locally from this repository, you can find additionnal flavors for backend and frontend on external repositories:

Docker Compose

Look at docker/docker-compose.yml for a complete example.

SSL/TLS

The default images does not handles anything realted to ssl. They are intended to be deployed behind a proxy (nginx,haproxy,...).