Skip to content

Commit

Permalink
add bookstore to compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
abu271 committed Dec 25, 2024
1 parent 4b1122d commit 02701d5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
File renamed without changes.
Empty file.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ services:

api:
image: devchem/octo:bookapi_v1.0.0
container_name: book-api
ports:
- "8000:8000"
volumes:
Expand All @@ -27,6 +28,7 @@ services:

db:
image: postgres:13-alpine
container_name: book-api-db
environment:
- POSTGRES_DB=${POSTGRES_DB}
- POSTGRES_USER=${POSTGRES_USER}
Expand Down

0 comments on commit 02701d5

Please sign in to comment.