Remove docs using-docker
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

Deploy a custom Docker image on Azure ML using a blue-green deployment with Python

Xebia

We’ll do the following: Deploy our ML model using a custom Docker image. Use a blue-green deployment strategy to ensure there is no downtime when deploying our model. Use the Azure ML Python SDK to configure and manage deployment to Azure ML. You can install them using pip : pip install fastapi=="0.109.2"

Azure 130
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

Analyzing the GitHub marketplace – Dependency security is a big issue

Xebia

And the more I use them and create my own, the more I have this growing itch to see how these actions are made, how active the community is, and what we can do to improve this ecosystem. Photo by Ashes Sitoula on Unsplash I am also fascinated with the security aspects of using GitHub Actions for my workloads.

Analysis 130
article thumbnail

Tips for installing Citus and Postgres packages

The Citus Data

You can use Citus either on the cloud on Azure or you can download Citus open source and install it wherever. When you go to the Citus download page to download the Citus packages—or you visit the Citus open source docs —many of you jump straight to the install instructions and the particular OS you’re looking for.

Linux 141
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. For demonstration purposes, we'll be using the Metacoin project template from Truffle Box. Make sure you have node , npm, Docker, and Docker-compose installed on your system to follow along.

article thumbnail

Patroni 3.0 & Citus: Scalable, Highly Available Postgres

The Citus Data

Citus could be used either on Azure cloud, or since the Citus database extension is fully open source, you can download and install Citus anywhere you like. can be used to deploy a highly available Citus database cluster—just by adding a few lines to the Patroni configuration file. Introducing Citus support in Patroni 3.0

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. These APIs will be used to check the status of the app, insert data in the database and fetch and display the data from the database.

AWS 63