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