added script. fixed bad name for docker rep

This commit is contained in:
2025-05-05 16:30:40 -04:00
parent 8ad93a908a
commit 30c8120330
2 changed files with 22 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ services:
build:
context: ../auburnoil_frontend
dockerfile: Dockerfile.prod
image: docker.io/anekdotin/auburn-oil_frontend:latest
ports:
- "5180:3000"
@@ -15,6 +16,7 @@ services:
build:
context: ../auburnoil_api
dockerfile: Dockerfile.prod
image: docker.io/anekdotin/auburn-oil_api:latest
ports:
- '5181:8000'
command: 'uvicorn app.main:app --reload --host 0.0.0.0 --port 8000'