Phase 0: monorepo skeleton (hub, live-map, api, packages, infra, CI)

This commit is contained in:
Mavis
2026-06-02 15:47:28 +00:00
commit 7b19c54943
59 changed files with 2391 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Grafana provisioning: auto-load a TimescaleDB datasource on container start.
# Mount this file at /etc/grafana/provisioning/datasources/timescaledb.yml
apiVersion: 1
datasources:
- name: TimescaleDB
type: postgres
url: postgres:5432
database: kerbal_rt
user: kerbal
secureJsonData:
password: kerbal
jsonData:
sslmode: disable
postgresVersion: 1600
timescaledb: true
isDefault: true