updated files
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user