mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-26 10:43:35 +02:00
11 lines
190 B
YAML
11 lines
190 B
YAML
services:
|
|
api:
|
|
build:
|
|
context: .
|
|
target: builder
|
|
container_name: fastapi-application
|
|
environment:
|
|
PORT: 8000
|
|
ports:
|
|
- '8000:8000'
|
|
restart: "no"
|