Stop generating synthetic weather data
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user