added script. fixed bad name for docker rep
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user