fixes for docker local
This commit is contained in:
@@ -8,7 +8,7 @@ services:
|
||||
context: ../eamco_office_frontend
|
||||
dockerfile: Dockerfile.local
|
||||
ports:
|
||||
- '9511:80'
|
||||
- '9611:80'
|
||||
|
||||
|
||||
backend_office_local:
|
||||
@@ -17,7 +17,7 @@ services:
|
||||
context: ../eamco_office_api
|
||||
dockerfile: Dockerfile.local
|
||||
ports:
|
||||
- '9510:80'
|
||||
- '9610:80'
|
||||
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ services:
|
||||
context: ../eamco_money_api
|
||||
dockerfile: Dockerfile.local
|
||||
ports:
|
||||
- '9513:8000'
|
||||
- '9613:8000'
|
||||
command: 'uvicorn main:app --reload --host 0.0.0.0 --port 8000'
|
||||
|
||||
|
||||
@@ -37,7 +37,29 @@ services:
|
||||
context: ../eamco_auto_api
|
||||
dockerfile: Dockerfile.local
|
||||
ports:
|
||||
- '9514:8000'
|
||||
- '9614:8000'
|
||||
command: 'uvicorn main:app --reload --host 0.0.0.0 --port 8000'
|
||||
|
||||
|
||||
authorize_local:
|
||||
restart: on-failure
|
||||
build:
|
||||
context: ../eamco_authorize
|
||||
dockerfile: Dockerfile.local
|
||||
volumes:
|
||||
- ../eamco_authorize:/app
|
||||
ports:
|
||||
- '9616:8000'
|
||||
command: 'uvicorn app.main:app --reload --host 0.0.0.0 --port 8000'
|
||||
|
||||
|
||||
voipms_local:
|
||||
restart: on-failure
|
||||
build:
|
||||
context: ../eamco_voipms
|
||||
dockerfile: Dockerfile.local
|
||||
volumes:
|
||||
- ../eamco_voipms:/app
|
||||
ports:
|
||||
- '9617:8000'
|
||||
command: 'uvicorn app.main:app --reload --host 0.0.0.0 --port 8000'
|
||||
|
||||
Reference in New Issue
Block a user