changes to yml file

This commit is contained in:
2024-07-31 14:23:34 -04:00
parent a4f3741076
commit 875d62c7e7

View File

@@ -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'