Skip to content

Commit

Permalink
fix: update docker compose.
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Mehr committed Mar 21, 2024
1 parent 74ee922 commit 1fe667b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
version: '3.8'

services:
web:
build: .
volumes:
- .:/usr/src/app
ports:
- "8000:8000"
environment:
- PYTHONUNBUFFERED=1
# web:
# build: .
# volumes:
# - .:/usr/src/app
# ports:
# - "8000:8000"
# environment:
# - PYTHONUNBUFFERED=1
db:
image: pgvector/pgvector:pg15
volumes:
Expand Down

0 comments on commit 1fe667b

Please sign in to comment.