Docker

Posts tagged with Docker

How to Create a Backup Script for PostgreSQL and MariaDB Containers on a Server

Learn how to automate backups for PostgreSQL and MariaDB running in Docker containers on a server. Protect your data with this simple, customizable backup script, ensuring regular backups with minimal effort.

Continue reading...

docker-staticmaps: A selfhosted Static Maps API

A containerized web version for staticmaps with express.

Continue reading...

Dockerizing a Next.js Application with GitHub Actions

In this article, we'll explore how to Dockerize a Next.js application and automate its deployment using GitHub Actions, thereby simplifying the deployment workflow and enhancing development productivity.

Continue reading...

Setting Up MapProxy with Docker and Serving Cached Tiles via Nginx

MapProxy is a powerful open-source proxy for geospatial data that allows for efficient caching and serving of map tiles. Combining MapProxy with Docker and Nginx can provide a scalable and easily manageable solution for serving cached map tiles.

Continue reading...

Optimizing images for Next.js sites with imgproxy and docker

How to transform and optimize images with imgproxy hosted with docker for your Next.js application.

Continue reading...