changes to yml file
This commit is contained in:
@@ -6,10 +6,10 @@ services:
|
|||||||
front:
|
front:
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
build:
|
build:
|
||||||
context: ../auburn-oil_frontend
|
context: ../auburnoil_frontend
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
volumes:
|
volumes:
|
||||||
- ../auburn-oil_frontend:/app
|
- ../auburnoil_frontend:/app
|
||||||
ports:
|
ports:
|
||||||
- '5169:5169'
|
- '5169:5169'
|
||||||
command: 'npm run dev'
|
command: 'npm run dev'
|
||||||
@@ -18,10 +18,10 @@ services:
|
|||||||
api_dev:
|
api_dev:
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
build:
|
build:
|
||||||
context: ../auburn-oil_api
|
context: ../auburnoil_api
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
volumes:
|
volumes:
|
||||||
- ../auburn-oil_api:/app
|
- ../auburnoil_api:/app
|
||||||
ports:
|
ports:
|
||||||
- '5170:8000'
|
- '5170:8000'
|
||||||
command: 'uvicorn app.main:app --reload --host 0.0.0.0 --port 8000'
|
command: 'uvicorn app.main:app --reload --host 0.0.0.0 --port 8000'
|
||||||
|
|||||||
Reference in New Issue
Block a user