035e3c5b43
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
12 lines
190 B
YAML
12 lines
190 B
YAML
services:
|
|
api:
|
|
build:
|
|
context: .
|
|
target: builder
|
|
container_name: fastapi-application
|
|
environment:
|
|
PORT: 8000
|
|
ports:
|
|
- '8000:8000'
|
|
restart: "no"
|