🌐
GitHub
github.com › docker › compose
GitHub - docker/compose: Define and run multi-container applications with Docker · GitHub
Want to help develop Docker Compose? Check out our contributing documentation. If you find an issue, please report it on the issue tracker. The Python version of Compose is available under the v1 branch.
Starred by 37.3K users
Forked by 5.8K users
Languages   Go 97.2% | Dockerfile 2.2%
🌐
GitHub
github.com › drerik › docker-compose-python
GitHub - drerik/docker-compose-python
docker-compose build && docker-compose ... you are using the image with pure docker, you can use the following commands: docker build -t my-python-app ....
Starred by 3 users
Forked by 5 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › okteto › python-docker-compose
GitHub - okteto/python-docker-compose
Contribute to okteto/python-docker-compose development by creating an account on GitHub.
Starred by 3 users
Forked by 6 users
Languages   Python 92.4% | Dockerfile 7.6% | Python 92.4% | Dockerfile 7.6%
🌐
GitHub
github.com › docker › compose › issues › 4542
Tutorial/examples for using docker-compose code as a python module in a python script · Issue #4542 · docker/compose
February 28, 2017 - I need to write a good python script as helper to get start in my framework which is heavily based on docker containers. I am looking into docker-py that is quite great since it integrates also with the swarm mode. That said, the problem starts when using docker-compose yaml files inside the ...
Author   pdonorio
🌐
GitHub
github.com › topics › docker-compose
docker-compose · GitHub Topics · GitHub
Docker Compose is a tool that was developed to help define and share multi-container applications. With Compose, we can create a YAML file to define the services and with a single command, can spin everything up or tear it all down.
🌐
GitHub
github.com › buildkite › python-docker-example › blob › main › docker-compose.yml
python-docker-example/docker-compose.yml at main · buildkite/python-docker-example
An example pipeline that runs Python tests inside a Docker container using uv for dependency management. - python-docker-example/docker-compose.yml at main · buildkite/python-docker-example
Author   buildkite
🌐
GitHub
gist.github.com › 28ac55b9ad3fda43a9de63a9efb82d18
Python Docker Compose.yml · GitHub
February 28, 2017 - Python Docker Compose.yml. GitHub Gist: instantly share code, notes, and snippets.
🌐
GitHub
gist.github.com › gemmadlou › a74bbe31604b8c0af87d6e711d5548bb
Python Example Docker compose project · GitHub
Python Example Docker compose project. GitHub Gist: instantly share code, notes, and snippets.
🌐
GitHub
github.com › thiagoericson › docker-compose-python
GitHub - thiagoericson/docker-compose-python · GitHub
A simple Compose for running scripts Python 3.6 on Docker.
Author   thiagoericson
Find elsewhere
🌐
GitHub
github.com › rhamdeew › docker-compose-python
GitHub - rhamdeew/docker-compose-python: Docker-environment for web-development on Python (Django)
Docker-environment for web-development on Python (Django) - rhamdeew/docker-compose-python
Author   rhamdeew
🌐
GitHub
github.com › topics › docker-compose-python
docker-compose-python · GitHub Topics · GitHub
April 29, 2021 - To associate your repository with the docker-compose-python topic, visit your repo's landing page and select "manage topics."
🌐
GitHub
github.com › buildkite › python-docker-example
GitHub - buildkite/python-docker-example: An example pipeline that runs Python tests inside a Docker container using uv for dependency management.
Uses a Dockerfile to set up Python and install dependencies using uv · Defines an app service in docker-compose.yml · Runs the build using Docker Compose via a standard Buildkite pipeline step ·
Starred by 33 users
Forked by 44 users
Languages   Dockerfile 50.0% | Python 50.0% | Dockerfile 50.0% | Python 50.0%
🌐
GitHub
github.com › cossacklabs › acra-engineering-demo › blob › master › python › docker-compose.python.yml
acra-engineering-demo/python/docker-compose.python.yml at master · cossacklabs/acra-engineering-demo
Acra-based example projects: check how easy it is to deploy data security in typical web infrastructures. - acra-engineering-demo/python/docker-compose.python.yml at master · cossacklabs/acra-engineering-demo
Author   cossacklabs
🌐
GitHub
github.com › burcam › docker-compose-py
GitHub - burcam/docker-compose-py: A Python library for the Docker Compose API
A Python library for the Docker Compose API. Contribute to burcam/docker-compose-py development by creating an account on GitHub.
Author   burcam
🌐
Towards Data Science
towardsdatascience.com › home › latest › the easy python ci/cd pipeline using docker compose and github actions
The Easy Python CI/CD Pipeline Using Docker Compose and GitHub Actions | Towards Data Science
January 19, 2025 - If you’re wondering how to go about setting up GitHub access on your remote server with SSH, go ahead and follow these instructions first. git clone [email protected]:yourusername/repositoryname.git · If you have docker installed on your system already, go ahead and type:
🌐
GitHub
github.com › buildGoodWeb › docker-compose-example
GitHub - buildGoodWeb/docker-compose-example
Set the default command for the container to python app.py. Define services in a Compose file. Create a file called docker-compose.yml in your project directory.
Author   buildGoodWeb
🌐
GitHub
github.com › schollm › docker-composer
GitHub - schollm/docker-composer: Use docker-compose from within Python
November 30, 2020 - Use docker-compose from within Python. Contribute to schollm/docker-composer development by creating an account on GitHub.
Starred by 15 users
Forked by 3 users
Languages   Python 99.8% | Makefile 0.2% | Python 99.8% | Makefile 0.2%
🌐
GitHub
github.com › ines › course-starter-python › blob › master › docker-compose.yml
course-starter-python/docker-compose.yml at master · ines/course-starter-python
👩‍🏫🐍 Starter repo for building interactive Python courses - course-starter-python/docker-compose.yml at master · ines/course-starter-python
Author   ines
🌐
GitHub
github.com › DataDog › docker-compose-example
GitHub - DataDog/docker-compose-example: ## Auto-archived due to inactivity. ## A working example of using Docker Compose with Datadog · GitHub
Here is the docker-compose.yml that powers the whole setup. version: "4" services: web: build: web command: ddtrace-run python app.py ports: - "5000:5000" volumes: - ./web:/code # modified here to take into account the new app path links: - ...
Starred by 135 users
Forked by 194 users
Languages   Python 69.6% | Dockerfile 30.4%
🌐
GitHub
github.com › yoziru › docker-compose-python-node-react
GitHub - yoziru/docker-compose-python-node-react: Start an application with Sanic and React, deploy with Docker quickly.
October 15, 2023 - This repo is built as a simple boilerplate to deploy a React front-end app with a Python backend api and a Postgres database using docker-compose.
Starred by 13 users
Forked by 5 users
Languages   JavaScript 48.4% | Python 24.6% | HTML 11.3% | Dockerfile 6.1% | CSS 6.1% | Makefile 3.5% | JavaScript 48.4% | Python 24.6% | HTML 11.3% | Dockerfile 6.1% | CSS 6.1% | Makefile 3.5%