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.

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

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

Radar Trends to Watch: December 2023

O'Reilly Media - Ideas

We’ve known about prompt injection for a time, but Sneaky Prompt is a way of tricking language models by composing nonsense words from fragments that are still meaningful to the model. It is packaged as a Docker container, so it can easily run locally or in a cloud. The hostile prompt was executed when the user opened the document.

article thumbnail

Deploy a Clojure web application to AWS using Terraform

CircleCI

In this post, we will be focusing on how to use HashiCorp Terraform to stand up a fairly complex infrastructure to host our web application Docker containers with a PostgreSQL container and then use CircleCI to deploy to our infrastructure with zero downtime. You can find the first post here and the second here. Now tag your change as 0.1.1

AWS 96
article thumbnail

Orchestrate AWS Lambda using Camunda Cloud

Bernd Rucker

The example I use at my upcoming AWS Community Summit talk is a trip booking, composed of a hotel booking, a rental car booking and a flight booking: This raises a lot of questions about how the functions are coordinated to achieve this goal. Refer to the docs for details. It subscribes to Zeebe and invokes Lambdas.

Lambda 52