willhoh / django-docker-project-builder

Dockerized Django build script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

This repository contains a script for generating a Docker Compose YAML file for a Django web application with a PostgreSQL database. The script prompts the user for input on various settings, such as the Docker Compose version, project name, image names for Django and PostgreSQL, and database connection settings.

Requirements

  • Python
  • Docker Compose

Usage

  • Clone this repository to your local machine.
  • Run the script using the command ./run.sh path/to/dir build_project
  • All variables are set by default. Strawberry GraphQL Django and Strawberry Django Plus are None by default
  • run.sh file will be generated to have a simple list of commands

Links

Contributing

Contributions to this repository are welcome. If you encounter any issues or have suggestions for improvement, please open an issue or submit a pull request.

License

This repository is licensed under the MIT License. See the LICENSE file for more information.

About

Dockerized Django build script

License:MIT License


Languages

Language:Shell 100.0%