Skip to content

Docker and Docker Compose configuration files for popular software (MySQL/PostgreSQL/MongoDB, Redis/Garnet/KeyDB, RabbitMQ/Kafka, Keycloak/Casdoor, PHP (Nginx/Apache) and other).

License

Notifications You must be signed in to change notification settings

sk1t0n/docker-configuration-files

Repository files navigation

docker-configuration-files

Docker and Docker Compose configuration files for popular software (MySQL/PostgreSQL/MongoDB, Redis/Garnet/KeyDB, RabbitMQ/Kafka, Keycloak/Casdoor, PHP (Nginx/Apache) and other).

Create and start containers in Background

cd dirname
docker-compose up -d

Start containers

cd dirname
docker-compose start

Stop containers

cd dirname
docker-compose stop

Stop and remove containers

cd dirname
docker-compose down

About

Docker and Docker Compose configuration files for popular software (MySQL/PostgreSQL/MongoDB, Redis/Garnet/KeyDB, RabbitMQ/Kafka, Keycloak/Casdoor, PHP (Nginx/Apache) and other).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published