Skip to content

Commit

Permalink
feat: update docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
589hero committed Dec 24, 2024
1 parent 25be4f0 commit 5b506d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ services:
restart: unless-stopped

api-server:
image: devainetwork/sr-fastapi
build:
context: .
dockerfile: Dockerfile
container_name: sr-fastapi
ports:
- 8000:8000
Expand Down

0 comments on commit 5b506d4

Please sign in to comment.