Skip to content

Commit

Permalink
chore: update compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-avila committed Mar 19, 2024
1 parent e088f88 commit 2fe80c9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
Binary file modified README.md
Binary file not shown.
14 changes: 0 additions & 14 deletions db-api-compose.yaml → db-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,5 @@ services:
ports:
- "5433:5432"

fastapi:
build: .
environment:
- DB_HOST=db
- DB_PORT=5432
ports:
- "8000:8000"
volumes:
- ./uploads:/app/uploads
depends_on:
- db
env_file:
- .env

volumes:
pgdata2:
14 changes: 14 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,19 @@ services:
ports:
- "5433:5432"

fastapi:
build: .
environment:
- DB_HOST=db
- DB_PORT=5432
ports:
- "8000:8000"
volumes:
- ./uploads:/app/uploads
depends_on:
- db
env_file:
- .env

volumes:
pgdata2:

0 comments on commit 2fe80c9

Please sign in to comment.