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

@@ -5,11 +5,18 @@ name: auburnoil
services:
frontend:
container_name: auburnoil
image: anekdotin/auburnoil:latest
restart: on-failure
build:
context: ../oil_frontend
context: ../auburn-oil_frontend
dockerfile: Dockerfile.prod
ports:
- "5180:3000"
api:
restart: on-failure
build:
context: ../auburn-oil_api
dockerfile: Dockerfile
ports:
- '5181:8000'
command: 'uvicorn app.main:app --reload --host 0.0.0.0 --port 8000'