Stop generating synthetic weather data

This commit is contained in:
b0txec
2026-08-23 10:24:23 +03:00
parent a22872a328
commit cb25316cdf
4 changed files with 15 additions and 191 deletions
-23
View File
@@ -1,27 +1,4 @@
services:
seed:
image: postgres:16.1
profiles: ["tools"]
environment:
PGPASSWORD: ${POSTGRES_PASSWORD}
volumes:
- ./dev/seed_weather.sql:/seed/seed_weather.sql:ro
command:
- psql
- -h
- postgres
- -U
- ${POSTGRES_USER}
- -d
- ${POSTGRES_DB}
- -v
- ON_ERROR_STOP=1
- -f
- /seed/seed_weather.sql
depends_on:
postgres:
condition: service_healthy
node:
image: node:22.14.0
working_dir: /web