An open API service indexing awesome lists of open source software.

https://github.com/opillion-gmbh-co-kg/easy-stack-python

This a Python Docker Compose setup for rapid prototyping or testing.
https://github.com/opillion-gmbh-co-kg/easy-stack-python

docker docker-compose makefile python3

Last synced: 9 months ago
JSON representation

This a Python Docker Compose setup for rapid prototyping or testing.

Awesome Lists containing this project

README

          

|--------------------------------|-----------------------------------------------------------------------------|
| Make Commands | Description |
|--------------------------------|-----------------------------------------------------------------------------|
| `make build` | Builds the current stack |
| `make build-%` | Builds and pushes (base/dev/prod) images to Docker Hub with Buildx |
| `make clean-stack` | Stops, removes and deletes volumes, images, and networks |
| `make console` | Runs a bash for python |
| `make docker-login` | Logs in to Docker Hub registry |
| `make fix-buildx` | Fixes a broken Buildx setup |
| `make fix-line-endings` | Fixes the line endings of all files |
| `make help` | Shows help for make commands |
| `make install-requirements` | Installs the requirements from `requirements.txt` using pip |
| `make remove-buildx` | Removes Buildx runtime container |
| `make restart` | Cleans your stack containers, volumes, networks & restarts all services |
| `make run-python` | Runs the Python script in the specified directory |
| `make start` | Starts all services defined in your docker-compose file |
| `make stop` | Stops running Docker containers |
| `make validate-docker-compose` | Validates the docker-compose.yml file |
|--------------------------------|-----------------------------------------------------------------------------|