We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d090a1d commit 5725412Copy full SHA for 5725412
common.vars.pkr.hcl
@@ -1 +1 @@
1
-postgres-version = "15.1.0.134-rc-1"
+postgres-version = "15.1.0.134"
docker/all-in-one/entrypoint.sh
@@ -246,6 +246,11 @@ if [ "${FAIL2BAN_DISABLED:-}" == "true" ]; then
246
sed -i "s/autorestart=.*/autorestart=false/" /etc/supervisor/services/fail2ban.conf
247
fi
248
249
+if [ "${GOTRUE_DISABLED:-}" == "true" ]; then
250
+ sed -i "s/autostart=.*/autostart=false/" /etc/supervisor/services/gotrue.conf
251
+ sed -i "s/autorestart=.*/autorestart=false/" /etc/supervisor/services/gotrue.conf
252
+fi
253
+
254
if [ "${PLATFORM_DEPLOYMENT:-}" == "true" ]; then
255
enable_swap
256
create_lsn_checkpoint_file
0 commit comments