Skip to content

Commit

Permalink
build: set dev backend server to same options as prod (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
cabreraalex authored Oct 2, 2023
1 parent 164a06d commit 0d0d9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
DB_NAME: zeno
DB_USER: myuser
DB_PASSWORD: mypassword
command: poetry run uvicorn zeno_backend.server:get_server --reload --host 0.0.0.0
command: poetry run uvicorn zeno_backend.server:get_server --reload --host 0.0.0.0 --timeout-keep-alive 75 --workers 4
postgres:
container_name: zeno-postgres
image: postgres:latest
Expand Down

0 comments on commit 0d0d9be

Please sign in to comment.