Skip to content

Commit

Permalink
Further small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hialus committed Jan 8, 2024
1 parent 7f74dba commit 413e45b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/pyris-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ services:
condition: service_started
pull_policy: always
restart: always
environment:
OPENAI_LOG: "debug"
volumes:
- ${PYRIS_APPLICATION_YML_FILE:-../application.example.yml}:/app/application.yml:ro
command: "poetry run uvicorn app.main:app --host '0.0.0.0'"
networks:
- pyris

Expand Down

0 comments on commit 413e45b

Please sign in to comment.