@panoptic-it-solutions/coolify-setup 1.1.4 → 1.1.5
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.
|
@@ -80,6 +80,14 @@ ENV NODE_ENV=production
|
|
|
80
80
|
ENV POSTGRES_URL=postgres://placeholder:placeholder@localhost:5432/placeholder
|
|
81
81
|
ENV REDIS_URL=redis://localhost:6379
|
|
82
82
|
|
|
83
|
+
# Kinde auth placeholder values for build
|
|
84
|
+
ENV KINDE_ISSUER_URL=https://placeholder.kinde.com
|
|
85
|
+
ENV KINDE_CLIENT_ID=placeholder
|
|
86
|
+
ENV KINDE_CLIENT_SECRET=placeholder
|
|
87
|
+
ENV KINDE_POST_LOGOUT_REDIRECT_URL=http://localhost:3000
|
|
88
|
+
ENV KINDE_POST_LOGIN_REDIRECT_URL=http://localhost:3000
|
|
89
|
+
ENV KINDE_SITE_URL=http://localhost:3000
|
|
90
|
+
|
|
83
91
|
# Build the application
|
|
84
92
|
RUN ${buildCmd}
|
|
85
93
|
${migrationBundle}
|