Skip to content

What is the DJANGO_SUPERUSER_PASSWORD enviroment variable for? #3240

Closed Answered by mathemancer
MrChadMWood asked this question in Developer Q&A
Discussion options

You must be logged in to vote

The DJANGO_SUPERUSER_PASSWORD variable would let you set a password via environment variable. It's not needed in your case: On the first run, the first time you go to the page, it'll ask you to set up an initial user. This is my recommendation.

For production, I do think you'd want to have the caddy-container . Especially if you're planning to expose the installation to the internet. It:

  • Serves static files (as you noticed), and
  • Automatically sets you up with the cert for SSL connections (i.e., https).

I'm quite curious about your setup on Fargate. Will you also use RDS for the DB? I've considered using a similar setup for some of our internal installations, but it seems like kind of ov…

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
7 replies
@MrChadMWood
Comment options

@mathemancer
Comment options

@MrChadMWood
Comment options

@mathemancer
Comment options

@MrChadMWood
Comment options

Answer selected by MrChadMWood
Comment options

You must be logged in to vote
1 reply
@mathemancer
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants