From 53c7bbadf9ead848f3815500b3ed92bcacf8d401 Mon Sep 17 00:00:00 2001 From: Kevin Donahue Date: Wed, 7 Aug 2024 22:31:55 -0400 Subject: [PATCH] fix pg volume name --- docker-compose.yml | 4 ++-- pp/pp/prediction_message.py | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index a924648..86297c7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,7 +10,7 @@ services: ports: - "5432:5432" volumes: - - postgres_data:/var/lib/postgresql/data + - postgres-data:/var/lib/postgresql/data keydb: @@ -87,7 +87,7 @@ services: volumes: - postgres_data: + postgres-data: open-meteo-data: external: true diff --git a/pp/pp/prediction_message.py b/pp/pp/prediction_message.py index e215a53..1c128ee 100644 --- a/pp/pp/prediction_message.py +++ b/pp/pp/prediction_message.py @@ -6,10 +6,8 @@ class BrightnessMessage: uuid: str lat: float lon: float - # id of the h3 cell h3_id: str utc_iso: str utc_ns: int - # magnitudes per square arc second estimated by the model mpsas: float model_version: str