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