Skip to content

Commit

Permalink
fix(spider-gazelle.dockerfile): configure db pool (#8008)
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach authored Mar 13, 2023
1 parent 2e68e59 commit 05ae980
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY run.sh run.sh
# Build App
RUN shards build --release --no-debug

ENV DATABASE_URL postgres://benchmarkdbuser:benchmarkdbpass@tfb-database:5432/hello_world
ENV DATABASE_URL postgres://benchmarkdbuser:benchmarkdbpass@tfb-database:5432/hello_world?initial_pool_size=56&max_idle_pool_size=56

ENV SG_ENV production

Expand Down

0 comments on commit 05ae980

Please sign in to comment.