Skip to content

Commit

Permalink
don't know what I'm doing, but this seems to work
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed May 29, 2023
1 parent 409eb48 commit cf42195
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ ENV PORT 8080
RUN mkdir /app
WORKDIR /app
COPY pyproject.toml poetry.lock /app/
RUN poetry install --no-interaction --no-ansi --no-root --only-main
COPY . /app
RUN poetry install --no-interaction --no-ansi --no-root --no-dev
CMD poetry run jgc
4 changes: 0 additions & 4 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ kill_timeout = "5s"
[[services.ports]]
port = 443
handlers = ["tls", "http"]
[services.concurrency]
type = "connections"
hard_limit = 25
soft_limit = 20

[[services.tcp_checks]]
interval = "15s"
Expand Down

0 comments on commit cf42195

Please sign in to comment.