📖 DOC: Save all Data to delete Grafana Server on Hertzner [Task Stopped]

This commit is contained in:
2024-04-30 08:22:11 +00:00
parent fb3aaecfeb
commit 30565339ac
17 changed files with 395 additions and 3 deletions

View File

@@ -33,4 +33,25 @@ services:
- prometheus-data:/prometheus
restart: unless-stopped
networks:
- default
- default
https_portal:
container_name: https_portal
image: "steveltn/https-portal:1.21"
restart: unless-stopped
user: "root"
networks:
- default
ports:
- "80:80"
- "443:443"
environment:
STAGE: "production" # Use Let's Encrypt production server
WEBSOCKET: "true" # Enable websocket support
DEBUG: "true"
RENEW_MARGIN_DAYS: 30
CLIENT_MAX_BODY_SIZE: 0
# FORCE_RENEW: 'true'
DOMAINS: 'grafana.phx-erp.de -> grafana:3000, prometheus.phx-erp.de -> prometheus:9090'
volumes:
- ./https_portal/data:/var/lib/https-portal # ssl_certs, vhost.d, htdocs
- ./https_portal/log:/var/log/nginx # nginx logs