Skip to content

Commit

Permalink
🐳 Fix SECRET_KEY interpolation bug in docker quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Apr 12, 2024
1 parent 4f8b381 commit 6f5b534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
image: maykinmedia/objecttypes-api:latest
environment:
- DJANGO_SETTINGS_MODULE=objecttypes.conf.docker
- SECRET_KEY=${SECRET_KEY:-fgv=c0hz&tl*8*3m3893@m+1pstrvidc9e^5@fpspmg%cy$15d}
- SECRET_KEY=${SECRET_KEY:-fgv=c0hz&tl*8*3m3893@m+1pstrvidc9e^5@fpspmg%cyz15d}
- ALLOWED_HOSTS=*
ports:
- 8001:8000
Expand Down

0 comments on commit 6f5b534

Please sign in to comment.