Skip to content

Commit

Permalink
Replace local Dockerfile with file from Dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
castolpe committed Nov 7, 2024
1 parent f2d7f76 commit 6493f03
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
version: '3'
services:
fastapi:
image: fastapi
container_name: fastapi
build:
context: .
dockerfile: Dockerfile.api
image: cstolpewbs/fastapi:latest
pull_policy: always
ports:
- "8000:8000"
prometheus:
Expand Down

0 comments on commit 6493f03

Please sign in to comment.