Updated metar querying logic and parsing

This commit is contained in:
2023-12-19 12:35:47 -05:00
parent 97be61e297
commit 6ecd9598e7
9 changed files with 198 additions and 65 deletions

View File

@@ -22,6 +22,8 @@ services:
redis:
image: redis:latest
container_name: weather-redis
volumes:
- redis:/data
ports:
- ${REDIS_PORT:-6379}:6379
networks:
@@ -72,6 +74,7 @@ services:
volumes:
db:
db_logs:
redis:
minio:
networks: