Skip to content

Commit

Permalink
fix pg volume name
Browse files Browse the repository at this point in the history
  • Loading branch information
nonnontrivial committed Aug 8, 2024
1 parent 6e5484f commit 53c7bba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
ports:
- "5432:5432"
volumes:
- postgres_data:/var/lib/postgresql/data
- postgres-data:/var/lib/postgresql/data


keydb:
Expand Down Expand Up @@ -87,7 +87,7 @@ services:


volumes:
postgres_data:
postgres-data:
open-meteo-data:
external: true

2 changes: 0 additions & 2 deletions pp/pp/prediction_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 53c7bba

Please sign in to comment.