rename policy_details to insured_object
All checks were successful
Build and Publish / build-release (push) Successful in 1m36s

This commit is contained in:
2026-04-30 13:13:41 -05:00
parent 42cb25a3b6
commit dfce7873fb
13 changed files with 47 additions and 66 deletions

View File

@@ -64,25 +64,6 @@ services:
exit 0;
"
app:
image: policy_service:3vhql9vd8pm9fwad3q5hp5qs4i7nqb3n
ports:
- "4000:4000"
environment:
MIX_ENV: prod
PORT: "4000"
PHX_HOST: "0.0.0.0"
PHX_SERVER: "true"
DATABASE_URL: "ecto://postgres:postgres@postgres:5432/policy_service_dev"
SECRET_KEY_BASE: "dGVzdF9zZWNyZXRrZXlfYmFzZV9mb3JfdGVzdGluZ19wdXJwb3Nlcw=="
AMQP_URL: "amqp://guest:guest@rabbitmq:5672"
RELEASE_COOKIE: "test-cookie"
depends_on:
postgres:
condition: service_healthy
rabbitmq:
condition: service_healthy
volumes:
customer_pg_data:
rabbitmq_data: