Remove docs docker-compose
article thumbnail

Building gdocweb With Java 21, Spring Boot 3.x, and Beyond

Dzone - DevOps

Starting a new project is always a mix of excitement and tough decisions, especially when you're stitching together familiar tools like Google Docs with powerhouses like GitHub Pages. x, ditched GraalVM after some trial and error, and why a simple VPS with Docker Compose won out over more complex options.

Tools 102
article thumbnail

Automating Smart Contract Development With Docker

Dzone - DevOps

At the end of this article, you'll have yourself an automated Docker setup that will help you: Run smart contract tests with testRPC. Make sure you have node , npm, Docker, and Docker-compose installed on your system to follow along. && cd dockerized-smart-contracts npm init mkdir src && cd src.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Deploy a Nodejs App to AWS in an EC2 Server

Dzone - DevOps

We will show you exactly how to deploy a Nodejs app to the server using Docker containers, RDS Amazon Aurora, Nginx with HTTPS, and access it using the Domain Name. We will install Docker in this instance on top of which the containers will be created. We will deploy a Nodejs app to the server, Nginx, and Certbot as Docker containers.

AWS 63
article thumbnail

Patroni 3.0 & Citus: Scalable, Highly Available Postgres

The Citus Data

Our first distributed Citus cluster with Patroni To deploy our test cluster locally we will use docker and docker-compose. First, we need to clone Patroni repo and build patroni-citus docker image: $ git clone [link] $ cd patroni $ docker build -t patroni-citus -f Dockerfile.citus. done Creating demo-work1-2.

article thumbnail

Honeycomb + Tracetest: Observability-Driven Development

Honeycomb

Check out the official docs for more on getting started with Honeycomb and OpenTelemetry. If you weren’t already using an OpenTelemetry Collector to send data to Honeycomb, please see the official docs for more info. Check the docs and try it out by downloading it today. Create your free account.

article thumbnail

Continuous integration for a production-ready Dockerized Django application

CircleCI

As an actual user of Django, Docker, and CircleCI, this was certainly a pain point for me. In this guide, you will learn from a fellow practitioner how set up a continuous integration pipeline for a production-ready Dockerized Django 3.2 To get the most from this tutorial, you will need: A Dockerized Django 3.2 application.

article thumbnail

How to build a CI/CD pipeline with Docker

CircleCI

Building a Docker image. Pushing the Docker image to Docker Hub. Kicking off a deployment script which will run the application in Docker container on a Digital Ocean server. Before we get started, you will need: A Docker Hub account. version: 2 jobs: build: docker: - image: circleci/python:2.7.14

How To 64