A set of docker-compose files for a variety of project
You must have installed and set on your computer:
- Docker
- Docker Compose. Should already be installed with docker.
- Add a docker-compose.yml file under the root directory of your project.
- Add the content of the docker-compose file
- under the folder where reside the docker-compose file, run the command
docker compose up
.
# Execute the docker-compose file, create and configure the containers
$ docker compose up -d
# `-d` for detach. That run the command on background
# Start the services (containers) set in the compose file
$ docker compose start
# Stop the services (containers) set in the compose file
$ docker compose stop
# Remove all the services (containers) set in the compose file
$ docker compose down
Please submit your pull requests. They are all WELCOME.
Together for a World even BETTER.
Main maintainer christian80gabi This project is under the MIT Licence.