added address checker
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user