Faza 1's import tool needs to reach dev's Postgres, which isn't published outside the compose network — installing it into the image lets it run via docker compose run --entrypoint import_seed identity ... instead of needing a separate build path.
Faza 1's import tool needs to reach dev's Postgres, which isn't published outside the compose network — installing it into the image lets it run via `docker compose run --entrypoint import_seed identity ...` instead of needing a separate build path.
Faza 1's migration needs to run against dev/prod's real Postgres, which
isn't reachable from outside the compose network — shipping the binary
in the image lets it run as a one-off via
\`docker compose run --entrypoint import_seed identity ...\` instead of
requiring a separate build/deploy path just for this tool.
day01
merged commit 2ed3dfc790 into %!s()2026-08-20 07:51:03 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Faza 1's import tool needs to reach dev's Postgres, which isn't published outside the compose network — installing it into the image lets it run via
docker compose run --entrypoint import_seed identity ...instead of needing a separate build path.