Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abolfazl8131 authored Oct 27, 2024
1 parent f493420 commit 2574cee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:

web:
build: .
image: 81318131/fastapi_gpt
container_name: fastapi_gpt
command: fastapi run app/main.py --port 80
volumes:
Expand All @@ -32,4 +33,4 @@ services:
- './data:/data/db'
ports:
- "27017:27017"
environment: *common-variables
environment: *common-variables

0 comments on commit 2574cee

Please sign in to comment.