Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Deployment configuration for key_server

License

Notifications You must be signed in to change notification settings

TV-Encryption/key_server-deployconf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

key_server Deployconf

Quick and dirty deployment configuration.

How to use

  1. Clone key_server project in this projects directory.
  2. Run the following command to get a Djano secret key:
    docker run --rm django python -c "from django.core.management.utils import get_random_secret_key; print(get_random_secret_key())"
  3. Copy .env.exampleto .env and fill out all empty settings.
  4. docker-compose up -d

About

Deployment configuration for key_server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages