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.
- Host: GitHub
- URL: https://github.com/opillion-gmbh-co-kg/easy-stack-python
- Owner: Opillion-GmbH-Co-KG
- License: gpl-3.0
- Created: 2025-01-30T15:56:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-13T10:18:56.000Z (about 1 year ago)
- Last Synced: 2025-09-06T17:46:35.137Z (10 months ago)
- Topics: docker, docker-compose, makefile, python3
- Language: Python
- Homepage:
- Size: 731 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.makefile.md
- License: LICENSE
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 |
|--------------------------------|-----------------------------------------------------------------------------|