Cài đặt Cassandra sử dụng Docker Compose

Các bạn có thể sử dụng official Docker Image của Cassandra ở https://hub.docker.com/_/cassandra để cài đặt nó sử dụng Docker Compose. Nội dung của tập tin Docker Compose của mình như sau:

Thư mục chứa data của Cassandra bên trong container là ở /var/lib/cassandra,… Read More

Cài đặt Apache ActiveMQ Artemis sử dụng Docker Compose

Các bạn có thể sử dụng official Docker Image của Apache ActiveMQ Artemis tại https://hub.docker.com/r/apache/activemq-artemis. Nội dung của tập tin docker-compose.yaml của chúng ta để cài đặt ActiveMQ Artemis với Docker Compose sẽ như sau:

2 port mặc định của ActiveMQ Artemis và Artemis… Read More

Cài đặt n8n sử dụng Docker Compose

Trong bài viết này, mình hướng dẫn các bạn cách cài đặt n8n, một platform dành cho workflow automation, sử dụng Docker Compose các bạn nhé! Official Docker Image của n8n các bạn có thể tìm thấy ở đây https://hub.docker.com/r/n8nio/n8n. Để cài đặt n8n sử… Read More