19dfc6bcfaa5a86d9b52b4781df405d1b85021e9
Self-Hosted Penpot Deployment
This repository contains the infrastructure configuration to run Penpot via Docker Compose.
Deployment Instructions
-
Clone the repository: git clone http://git.amiirkhl.ir/interanet/penpot-deployment.git cd penpot-deployment
-
Setup Environment Variables: cp .env.example .env
Edit the .env file and add your secret keys, passwords, and SMTP details
nano .env
-
Start the Services: docker compose up -d
-
Create the First Admin User: Once the containers are running, you need to create your main admin account via the command line: docker exec -it penpot-backend ./manage.sh create-profile
Description
Languages
Shell
100%