Postgres
Image: postgres:17
- Port 5432/tcp
- 10 GB volume at /var/lib/postgresql/data
- 1 vCPU · 1 GB
Template · Other
Open-source design and prototyping platform (frontend, backend, exporter) with Postgres and Redis.
Opens the dashboard with this template pre-selected. Sign in with GitHub if you are new; the free tier needs no card.
5 services in the environment you pick, on the private network of the project.
penpotapp/frontend, penpotapp/backend and penpotapp/exporter (latest), PostgreSQL 17 and Redis. Registration is open; email verification is disabled.
Image: postgres:17
Image: redis:7-alpine
redis-server --appendonly yes --dir /data
Image: penpotapp/backend:latest
Image: penpotapp/exporter:latest
Image: penpotapp/frontend:latest
Generated secrets never leave the platform; references are resolved on the private network. Anything marked required is asked for at deploy time.
| Name | Value |
|---|---|
| POSTGRES_USER | penpotSuperuser name |
| POSTGRES_PASSWORD | generated (password)Generated at deploy |
| POSTGRES_DB | penpotDatabase created on first start |
| PGDATA | /var/lib/postgresql/data/pgdata |
| DATABASE_URL | postgresql://${{self.POSTGRES_USER}}:${{self.POSTGRES_PASSWORD}}@${{self.SKIFFLY_PRIVATE_DOMAIN}}:5432/${{self.POSTGRES_DB}}Connection string on the private network |
| Name | Value |
|---|---|
| REDIS_URL | redis://${{self.SKIFFLY_PRIVATE_DOMAIN}}:6379Private network only, no auth |
| Name | Value |
|---|---|
| PENPOT_FLAGS | enable-registration enable-login-with-password disable-email-verification enable-prepl-server |
| PENPOT_PUBLIC_URI | ${{Penpot.PENPOT_PUBLIC_URI}} |
| PENPOT_DATABASE_URI | postgresql://${{Postgres.SKIFFLY_PRIVATE_DOMAIN}}/${{Postgres.POSTGRES_DB}} |
| PENPOT_DATABASE_USERNAME | ${{Postgres.POSTGRES_USER}} |
| PENPOT_DATABASE_PASSWORD | ${{Postgres.POSTGRES_PASSWORD}} |
| PENPOT_REDIS_URI | ${{Redis.REDIS_URL}}/0 |
| PENPOT_ASSETS_STORAGE_BACKEND | assets-fs |
| PENPOT_STORAGE_ASSETS_FS_DIRECTORY | /opt/data/assets |
| PENPOT_TELEMETRY_ENABLED | false |
| PENPOT_SECRET_KEY | generated (secret) |
| PENPOT_SMTP_DEFAULT_FROM | no-reply@example.com |
| PENPOT_SMTP_DEFAULT_REPLY_TO | no-reply@example.com |
| Name | Value |
|---|---|
| PENPOT_PUBLIC_URI | http://${{Penpot.SKIFFLY_PRIVATE_DOMAIN}}:8080 |
| PENPOT_REDIS_URI | ${{Redis.REDIS_URL}}/0 |
| Name | Value |
|---|---|
| PENPOT_PUBLIC_URI | https://${{self.SKIFFLY_PUBLIC_DOMAIN}} |
| PENPOT_FLAGS | enable-registration enable-login-with-password |
| PENPOT_BACKEND_URI | http://${{Penpot Backend.SKIFFLY_PRIVATE_DOMAIN}}:6060 |
| PENPOT_EXPORTER_URI | http://${{Penpot Exporter.SKIFFLY_PRIVATE_DOMAIN}}:6061 |
Volumes, secrets and domain pre-wired. Runs on EU nodes, paid per minute from a prepaid balance.