Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

content:serverbasics:docker-pgadmin [2025/04/10 22:09] – angelegt Danielcontent:serverbasics:docker-pgadmin [2025/04/10 22:35] (aktuell) – [Caddy] Daniel
Zeile 30: Zeile 30:
 ===== Caddy ===== ===== Caddy =====
  
-Append to the Caddyfile of [[.:docker-caddy|]]+Append to the ''Caddyfile'' of [[.:docker-caddy|]] 
 +<file> 
 + 
 +# pgadmin - Postgres- Administration 
 +https://pgadmin.domain.tld:443 { 
 +        header Strict-Transport-Security max-age=31536000; 
 +        reverse_proxy servername-pgadmin-1:80 
 +
 + 
 +</file> 
 + 
 +Thats all. Restart Caddy Container and Navigate to pgadmin - you need to configure your Server with internal Docker Servicenames e.g Server Hostname ''nextcloud-aio-database''. For Nextcloud, the Database- Password will be in the Volume Nextcloud in the config.php of nextcloud.
  
  
  • content/serverbasics/docker-pgadmin.txt
  • Zuletzt geändert: 2025/04/10 22:35
  • von Daniel