ONCE: Docker 기반 웹 애플리케이션의 손쉬운 셀프 호스팅 플랫폼

ONCE는 Docker 기반 웹 애플리케이션의 설치, 관리, 자동 업데이트 및 백업 과정을 단순화하여 누구나 쉽게 셀프 호스팅을 구현할 수 있도록 돕는 도구입니다.

🔗 원문 보기

ONCE: Docker 기반 웹 애플리케이션의 손쉬운 셀프 호스팅 플랫폼

ONCE는 Docker 기반 웹 애플리케이션의 설치, 관리, 자동 업데이트 및 백업 과정을 단순화하여 누구나 쉽게 셀프 호스팅을 구현할 수 있도록 돕는 도구입니다.

Ruby-News
Bei unserem deutschen Liebling-Provider #mittwald können wir nun auch gemanagte #docker_container hosten lassen. Bislang lagen dort nur unsere #typo3 Kundenprojekte.

Dein privates Google Fotos: Immich ganz einfach mit Docker-Compose installieren

Du möchtest gerne deine Fotos daheim haben, aber trotzdem ansehnlich präsentieren und verwalten können? Hier ist eine Anleitung wie man Immich installiert.

#immich #Foto_Management_Anwendung #Docker_Container #Linux

https://gnulinux.ch/immich-mit-docker-compose-installieren

Dein privates Google Fotos: Immich ganz einfach mit Docker-Compose installieren

Du möchtest gerne deine Fotos daheim haben, aber trotzdem ansehnlich präsentieren und verwalten können? Hier ist eine Anleitung wie man Immich installiert.

GNU/Linux.ch

Now this was some serious ninja docker thing, at least for me.

Glad I watched Inception and understood it.

#openmediavault #docker_container

Oracle: Use Docker Compose for Oracle Weblogic Server

Oracle WebLogic Server (WLS) is the application server made by Oracle. As I'm a DBA and not an application admin, I try to keep away from it, but sometimes, i. e. when using Cloud Control, I come into contact with it. The installation of WebLogic Server is no rocket science,

Martin's Blog
GraphDB: Use Docker Compose for GraphDB

What is GraphDB? "Ontotext GraphDB is a highly efficient, scalable and robust graph database with RDF and SPARQL support. With excellent enterprise features, integration with external search applications, compatibility with industry standards, and both community and commercial support, GraphDB is the preferred database choice of both small independent developers and

Martin's Blog
PostgreSQL: Use Docker Compose for PGadmin4

pgAdmin4 is a great tool to manage PostgreSQL databases. It can be installed locally; when you execute it, it starts a local webserver, and you can connect to it. But if there are more than one or two DBAs, it could be a benefit to install a central pgAdmin4. We'll

Martin's Blog
TimescaleDB: Use Docker Compose for TimescaleDB

This time, I'm showing how to use Docker Compose to run TimescaleDB

Martin's Blog
CheckMk: Use Docker Compose for CheckMk

CheckMk is a great tool for monitoring. It's quite easy to deploy, and it offers support for monitoring a big range of hardware and software solutions - either through plugins, or out of the box. To create a CheckMk container, you can use this docker-compose.yml: services: checkmk: image: checkmk/

Martin's Blog
InfluxDB: Using Docker Compose for InfluxDB

InfluxDB is a "time series database developed by the company InfluxData. It is used for storage and retrieval of time series data in fields such as operations monitoring, application metrics, Internet of Things sensor data, and real-time analytics." Besides installing InfluxDB on a server, or rent the service online, you

Martin's Blog