@panoptic-it-solutions/coolify-setup 1.1.5 → 1.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -88,6 +88,10 @@ ENV KINDE_POST_LOGOUT_REDIRECT_URL=http://localhost:3000
88
88
  ENV KINDE_POST_LOGIN_REDIRECT_URL=http://localhost:3000
89
89
  ENV KINDE_SITE_URL=http://localhost:3000
90
90
 
91
+ # Upstash Redis placeholder values for build
92
+ ENV UPSTASH_REDIS_REST_URL=https://placeholder.upstash.io
93
+ ENV UPSTASH_REDIS_REST_TOKEN=placeholder
94
+
91
95
  # Build the application
92
96
  RUN ${buildCmd}
93
97
  ${migrationBundle}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panoptic-it-solutions/coolify-setup",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "CLI tool for setting up Coolify deployment on Panoptic projects",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",