new: [plausible] add charm

This commit is contained in:
default
2025-05-13 15:20:05 +02:00
parent 69002abb5c
commit 49e2f398c5
13 changed files with 262 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#!/bin/bash
set -e
config-add "\
services:
$MASTER_BASE_SERVICE_NAME:
environment:
CLICKHOUSE_DATABASE_URL: http://$TARGET_SERVICE_NAME:8123/$TARGET_SERVICE_NAME
"
info "Configured $SERVICE_NAME code for $TARGET_SERVICE_NAME access."