Skip to content

Alteian/django-docker-project-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currently deprecated, might be adjusted and reworked as set of scripts in future.

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.

Releases

No releases published

Packages

No packages published

Languages