Files
PaskaJoululeffa2024-backend/docker-compose.yml
T
2024-11-20 11:16:24 +02:00

12 lines
240 B
YAML

services:
pjl:
# Build the image from the Dockerfile in the current directory
build:
context: .
dockerfile: Dockerfile
image: pjl:0.9
# Host the FastAPI application on port 8000
ports:
- "8000:8000"