updated files

This commit is contained in:
2024-06-14 16:10:09 -04:00
parent c762a65fb1
commit a4f3741076
3 changed files with 29 additions and 18 deletions

View File

@@ -6,17 +6,22 @@ services:
front:
restart: on-failure
build:
context: ../oil_frontend
context: ../auburn-oil_frontend
dockerfile: Dockerfile
volumes:
- ../oil_frontend:/app
- ../auburn-oil_frontend:/app
ports:
- '5169:5169'
command: 'npm run dev'
api_dev:
restart: on-failure
build:
context: ../auburn-oil_api
dockerfile: Dockerfile
volumes:
- ../auburn-oil_api:/app
ports:
- '5170:8000'
command: 'uvicorn app.main:app --reload --host 0.0.0.0 --port 8000'