build: ship import_seed alongside the service image #6

Merged
day01 merged %!d() commits from %!s() into %!s() 2026-08-20 07:51:03 +00:00
Owner

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.
day01 added 1 commit 2026-08-20 07:47:20 +00:00
		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
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: syncode/identity#6