added address checker

This commit is contained in:
2026-01-18 19:03:37 -05:00
parent 811e0d6a80
commit 4c91d801a5
3 changed files with 39 additions and 0 deletions

View File

@@ -66,3 +66,14 @@ services:
ports:
- '9517:8000'
command: 'uvicorn app.main:app --reload --host 0.0.0.0 --port 8000'
address_checker_prod:
restart: on-failure
build:
context: ../eamco_address_checker
dockerfile: Dockerfile.prod
environment:
- MODE=PRODUCTION
ports:
- '9518:8000'