#5 - fixed interpolation & rollback

This commit is contained in:
Martin Slachta
2026-08-05 15:20:56 +02:00
parent 2e95c941ba
commit 0e639abcd2
14 changed files with 243 additions and 40 deletions
+2 -11
View File
@@ -1,6 +1,6 @@
services:
timescaledb:
image: timescale/timescaledb:latest-pg16
image: timescale/timescaledb:latest-pg15
restart: unless-stopped
environment:
POSTGRES_USER: mmo
@@ -9,7 +9,7 @@ services:
ports:
- "5432:5432"
volumes:
- timescaledb_data:/var/lib/postgresql/data
- timescaledb_data:/var/lib/towards_db/data
grafana:
image: grafana/grafana:latest
@@ -24,15 +24,6 @@ services:
depends_on:
- timescaledb
# The zone server is not containerised yet: it needs libpqxx >= 7.7 for
# pqxx::params and jammy carries 6.4.
# ── e2e harness ────────────────────────────────────────────────────────────
# Opt in with `--profile e2e`, so a plain `docker compose up` still brings up
# the database and dashboards on their own.
#
# docker compose --profile e2e up --build \
# --abort-on-container-exit --exit-code-from chat-mock-client
chat-server:
profiles: [e2e]
build: