File:Openfire architecture on Nasqueron Docker PaaS.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(1,116 × 676 pixels, file size: 43 KB, MIME type: image/png)

Captions

Captions

Openfire hosted on Docker

Summary[edit]

Description
Français : Example simplifié de déploiement d'un service sur Docker, avec base de données stockée sur un autre serveur. Ici, un service Openfire est hébergé sur un serveur docker-002, où un serveur proxy renvoie le trafic, tandis qu'une base de données PostgreSQL est sur un cluster en-dehors de Docker.
English: Simple example of Docker deployment: Openfire is hosted on docker-002, with nginx as HTTP proxy and a database hosted on another cluster outside of Docker.
Date
Source Own work
Author Dereckson

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Mermaid code[edit]

This graph has been generated with Mermaid.

graph LR;

subgraph docker-002
  openfire(Docker container<br>Openfire)
  nginx(Nginx<br>Proxy Server)
end

subgraph db-A
  postgres(PostgreSQL<br>Database)
end

nginx -->|forwards requests to| openfire
openfire -->|stores data| postgres
postgres --> db-A

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current05:12, 30 January 2024Thumbnail for version as of 05:12, 30 January 20241,116 × 676 (43 KB)Dereckson (talk | contribs)Uploaded own work with UploadWizard

There are no pages that use this file.