Skip to content

Docker & Docker Compose configuration files for popular software (MySQL/PostgreSQL/ClickHouse/MongoDB, Valkey, RustFS, Meilisearch, RabbitMQ/Kafka/NATS, Prometheus/Grafana/Loki/Alloy, Keycloak/Casdoor, Go, 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 & Docker Compose configuration files for popular software (MySQL/PostgreSQL/ClickHouse/MongoDB, Redis/Valkey/Garnet/KeyDB, RustFS, Meilisearch, RabbitMQ/Kafka/NATS, Prometheus/Grafana/Loki/Alloy, Keycloak/Casdoor, Go, 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
# or stop and remove containers and volumes
docker compose down --volumes

About

Docker & Docker Compose configuration files for popular software (MySQL/PostgreSQL/ClickHouse/MongoDB, Valkey, RustFS, Meilisearch, RabbitMQ/Kafka/NATS, Prometheus/Grafana/Loki/Alloy, Keycloak/Casdoor, Go, PHP (Nginx/Apache) and other).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published