Skip to content

Commit

Permalink
Add keycloak env loading and library to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsierro committed Oct 11, 2024
1 parent b075d15 commit 7820431
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ services:
env_file:
- ./.env.prod
- ./email.env
- ./keycloak.prod.env
depends_on:
- db
db:
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ django-storages[boto3]
boto3==1.21.46
Pillow==10.3.0
weasyprint==60.1
python-dotenv==1.0.0
python-dotenv==1.0.0
python-keycloak==4.6.2

0 comments on commit 7820431

Please sign in to comment.