Commit Graph

16 Commits

Author SHA1 Message Date
Rayane
16693e6f74 fix(plane): update to v1.2.3 and replace MinIO with RustFS (#760)
* fix(plane): update template to Plane v1.x (stable)
The existing template targeted v0.27.1 which is heavily outdated.
This updates it to match Plane's current official deployment config.
Changes:
- Images: v0.27.1 → stable (currently v1.2.3) from Docker Hub
- Remove explicit commands from frontend services (built into images)
- Postgres: 17-alpine → 15.7-alpine (matches Plane's supported version)
- Valkey: 7.2.5 → 7.2.11
- Proxy: add admin + live dependencies, proxy_config/proxy_data volumes
- Add LIVE_SERVER_SECRET_KEY, APP_DOMAIN, SITE_ADDRESS env vars
- Add RABBITMQ_USER/PASSWORD/VHOST (new v1.x env var names)
- Fix RABBITMQ_DEFAULT_USER bug (was hardcoded string, not variable)
- Fix DATABASE_URL to use template variables directly
- Fix AWS_ACCESS_KEY_ID to match MINIO_ROOT_USER literal
- Remove deprecated: version key, SENTRY_*, NGINX_PORT
- Remove unused env_file from plane-redis
- Add restart policies to all services

* fix(plane): replace MinIO with RustFS (Apache 2.0)
MinIO's open-source edition is effectively dead:
- Admin UI stripped (March 2025)
- Docker images discontinued (October 2025)
- GitHub repo in maintenance mode (December 2025)
- Marked as "NO LONGER MAINTAINED" (February 2026)
RustFS is an S3-compatible drop-in replacement:
- Apache 2.0 license (no AGPL restrictions)
- Same S3 API on port 9000
- Written in Rust, 2.3x faster than MinIO for small objects
- Active development with built-in web console

* fix(plane): address CI and convention issues

- Add back version: "3.8" (required by Dokploy conventions)
- Update meta.json: version v0.27.1 → v1.2.3
- Run process-meta to fix pre-existing strapi duplicate
- Migrator restart: "no" → on-failure

* fix(plane): address review feedback

- Pin RustFS to 1.0.0-alpha.90 (no latest tag)
- WEB_URL and CORS_ALLOWED_ORIGINS use http (Dokploy handles TLS)
2026-07-07 17:36:19 -06:00
naterfute
7e1a136c34 fix: CORS_ALLOWED_ORIGINS not being https 2025-04-08 10:36:25 -07:00
naterfute
d6015f77f0 fix: I kinda hate the templating system 2025-04-07 01:34:13 -07:00
naterfute
b3bb43d4ac fix: it's $ not %% 2025-04-07 01:22:37 -07:00
naterfute
a66149baaa fix: cors error 2025-04-07 00:56:08 -07:00
naterfute
8e79d29319 fix: actual random values 2025-04-07 00:52:51 -07:00
scanash00
3ab1c39b1a fix: plane template 2025-04-07 00:51:13 -07:00
naterfute
d8ff8b7d33 fix: complete rework of plane template 2025-04-04 23:08:15 -07:00
naterfute
436db2ee24 fix(plane): default version 2025-04-02 23:35:55 -07:00
naterfute
431785eb86 fix: changed to pre-built proxy image 2025-04-02 22:56:07 -07:00
naterfute
6857464f11 add entrypoints for plane 2025-04-02 20:12:34 -07:00
naterfute
2277a1c0ac feat: added proxy to plane and fixed minor issues 2025-04-02 19:54:06 -07:00
naterfute
9a6c0310f5 fix: plane service name 2025-04-02 16:26:34 -07:00
naterfute
0560dc6eb9 fix: plane template.toml env 2025-04-02 16:21:07 -07:00
naterfute
6218addb4e fix: update plane template.toml 2025-04-02 15:27:54 -07:00
naterfute
2ff4627daf add plane 2025-04-02 15:22:28 -07:00