From 15cee1da83ac94445d4392b527292adfa12eb234 Mon Sep 17 00:00:00 2001 From: Eric Pugh Date: Tue, 7 Oct 2025 14:29:09 -0400 Subject: [PATCH] updates --- docker-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 26f846d..1fb3d39 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -169,7 +169,7 @@ services: quepid: container_name: quepid - image: o19s/quepid:8.1.0 + image: o19s/quepid:8.3.0 ports: - 3000:3000 command: "foreman s -f Procfile" @@ -179,7 +179,6 @@ services: - RAILS_ENV=production - DATABASE_URL=mysql2://root:${MYSQL_ROOT_PASSWORD}@mysql:3306/quepid - FORCE_SSL=false - - PREFER_SSL=false - MAX_THREADS=2 - WEB_CONCURRENCY=2 - RAILS_LOG_TO_STDOUT=true