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

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