set amq
Some checks failed
Build and Publish / build-release (push) Has been cancelled

This commit is contained in:
2026-04-14 16:28:37 -05:00
parent 4e7db4a7c5
commit d289da18fa
3 changed files with 28 additions and 0 deletions

View File

@@ -64,6 +64,25 @@ 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: